Html Css Color HEX #C566B6 Fuchsia

📋 copy color: '#C566B6'

red 197 ◦ green 102 ◦ blue 182

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

Shades of Fuchsia #C566B6

Tints of Fuchsia #C566B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.84%

R = 40.96%
G = 21.21%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C566B6 (or 0xC566B6) is known color: Fuchsia. HEX triplet: C5, 66 and B6. RGB value is (197,102,182). Sum of RGB (Red+Green+Blue) = 197+102+182=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 182 (71.48% from 255 or 37.84% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C566B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C566B6 is #3A9949. Grayscale: #8B8B8B. Windows color (decimal): -3840330 or 11953861. OLE color: 11953861.

HSL color Cylindrical-coordinate representation of color #C566B6: hue angle of 309.47º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C566B6 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 102 182 -
CMYK 0 0.48 0.08 0.23
HSL 309.47º 0.45% 0.59% -
HSV(B) 309.47º 0.48% 0.77% -
XYZ 36.22 24.75 47.12 -
YUV 139.53 151.97 169 -
System Red Green Blue C M Y K H S L
Decimal 197 102 182 0 0.48 0.08 0.23 309.47 0.45 0.59
Hex C5 66 B6 0 30 8 17 135 2D 3B
Octal 305 146 266 0 60 10 27 465 55 73
Binary 11000101 1100110 10110110 0 110000 1000 10111 100110101 101101 111011

Color Harmonies of #C566B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C566B6

Black with #C566B6

Text Example


Text Example

White with #C566B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C566B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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