Html Css Color HEX #C566CB Fuchsia

📋 copy color: '#C566CB'

red 197 ◦ green 102 ◦ blue 203

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

Shades of Fuchsia #C566CB

Tints of Fuchsia #C566CB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.32%

 BLUE value IS 203 (79.69% from 255) = 40.44%

R = 39.24%
G = 20.32%
B = 40.44%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C566CB (or 0xC566CB) is known color: Fuchsia. HEX triplet: C5, 66 and CB. RGB value is (197,102,203). Sum of RGB (Red+Green+Blue) = 197+102+203=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #C566CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C566CB is #3A9934. Grayscale: #8D8D8D. Windows color (decimal): -3840309 or 13330117. OLE color: 13330117.

HSL color Cylindrical-coordinate representation of color #C566CB: hue angle of 296.44º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C566CB is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 102 203 -
CMYK 0.03 0.50 0 0.20
HSL 296.44º 0.49% 0.6% -
HSV(B) 296.44º 0.5% 0.8% -
XYZ 38.56 25.68 59.43 -
YUV 141.92 162.47 167.29 -
System Red Green Blue C M Y K H S L
Decimal 197 102 203 0.03 0.50 0 0.20 296.44 0.49 0.6
Hex C5 66 CB 3 32 0 14 128 31 3C
Octal 305 146 313 3 62 0 24 450 61 74
Binary 11000101 1100110 11001011 11 110010 0 10100 100101000 110001 111100

Color Harmonies of #C566CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C566CB

Black with #C566CB

Text Example


Text Example

White with #C566CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C566CB; }

 p { color: rgb(197,102,203); }

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

background-color css

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

 a { background-color: rgb(197,102,203); }

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

border-color css

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

 span { border-color: rgb(197,102,203); }

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