Html Css Color HEX #C566BF Fuchsia

📋 copy color: '#C566BF'

red 197 ◦ green 102 ◦ blue 191

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

Shades of Fuchsia #C566BF

Tints of Fuchsia #C566BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.98%

R = 40.2%
G = 20.82%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C566BF (or 0xC566BF) is known color: Fuchsia. HEX triplet: C5, 66 and BF. RGB value is (197,102,191). Sum of RGB (Red+Green+Blue) = 197+102+191=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 197 - color contains mainly: red. Hex color #C566BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C566BF is #3A9940. Grayscale: #8C8C8C. Windows color (decimal): -3840321 or 12543685. OLE color: 12543685.

HSL color Cylindrical-coordinate representation of color #C566BF: hue angle of 303.79º 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 #C566BF is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 102 191 -
CMYK 0 0.48 0.03 0.23
HSL 303.79º 0.45% 0.59% -
HSV(B) 303.79º 0.48% 0.77% -
XYZ 37.18 25.13 52.18 -
YUV 140.55 156.47 168.26 -
System Red Green Blue C M Y K H S L
Decimal 197 102 191 0 0.48 0.03 0.23 303.79 0.45 0.59
Hex C5 66 BF 0 30 3 17 130 2D 3B
Octal 305 146 277 0 60 3 27 460 55 73
Binary 11000101 1100110 10111111 0 110000 11 10111 100110000 101101 111011

Color Harmonies of #C566BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C566BF

Black with #C566BF

Text Example


Text Example

White with #C566BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C566BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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