Html Css Color HEX #C568CA Fuchsia

📋 copy color: '#C568CA'

red 197 ◦ green 104 ◦ blue 202

#C568CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C568CA

Tints of Fuchsia #C568CA

RGB

 RED value IS 197 (77.34% from 255) = 39.17%

 GREEN value IS 104 (41.02% from 255) = 20.68%

 BLUE value IS 202 (79.3% from 255) = 40.16%

R = 39.17%
G = 20.68%
B = 40.16%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C568CA (or 0xC568CA) is known color: Fuchsia. HEX triplet: C5, 68 and CA. RGB value is (197,104,202). Sum of RGB (Red+Green+Blue) = 197+104+202=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #C568CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C568CA is #3A9735. Grayscale: #8E8E8E. Windows color (decimal): -3839798 or 13265093. OLE color: 13265093.

HSL color Cylindrical-coordinate representation of color #C568CA: hue angle of 296.94º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C568CA is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 104 202 -
CMYK 0.02 0.49 0 0.21
HSL 296.94º 0.48% 0.6% -
HSV(B) 296.94º 0.49% 0.79% -
XYZ 38.64 26.04 58.87 -
YUV 142.98 161.31 166.53 -
System Red Green Blue C M Y K H S L
Decimal 197 104 202 0.02 0.49 0 0.21 296.94 0.48 0.6
Hex C5 68 CA 2 31 0 15 129 30 3C
Octal 305 150 312 2 61 0 25 451 60 74
Binary 11000101 1101000 11001010 10 110001 0 10101 100101001 110000 111100

Color Harmonies of #C568CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C568CA

Black with #C568CA

Text Example


Text Example

White with #C568CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C568CA; }

 p { color: rgb(197,104,202); }

 H1.HeaderClassName
 {
   color: #C568CA;
 }
 .AnyTagClassName
 {
   color: #C568CA;
 }
</style>

background-color css

<style>
 a { background-color: #C568CA; }

 a { background-color: rgb(197,104,202); }

 div.DivClassName
 {
   background-color: #C568CA;
 }
 .BgClassName
 {
   background-color: #C568CA;
 }
</style>

border-color css

<style>
 span { border-color: #C568CA; }

 span { border-color: rgb(197,104,202); }

 td.TdClassName
 {
   border-color: #C568CA;
 }
 .TagClassName
 {
   border-color: #C568CA;
 }
</style>