Html Css Color HEX #C566BE Fuchsia

📋 copy color: '#C566BE'

red 197 ◦ green 102 ◦ blue 190

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

Shades of Fuchsia #C566BE

Tints of Fuchsia #C566BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.85%

R = 40.29%
G = 20.86%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C566BE (or 0xC566BE) is known color: Fuchsia. HEX triplet: C5, 66 and BE. RGB value is (197,102,190). Sum of RGB (Red+Green+Blue) = 197+102+190=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 197 - color contains mainly: red. Hex color #C566BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C566BE is #3A9941. Grayscale: #8C8C8C. Windows color (decimal): -3840322 or 12478149. OLE color: 12478149.

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

Color convert

RGB 197 102 190 -
CMYK 0 0.48 0.04 0.23
HSL 304.42º 0.45% 0.59% -
HSV(B) 304.42º 0.48% 0.77% -
XYZ 37.07 25.09 51.6 -
YUV 140.44 155.97 168.34 -
System Red Green Blue C M Y K H S L
Decimal 197 102 190 0 0.48 0.04 0.23 304.42 0.45 0.59
Hex C5 66 BE 0 30 4 17 130 2D 3B
Octal 305 146 276 0 60 4 27 460 55 73
Binary 11000101 1100110 10111110 0 110000 100 10111 100110000 101101 111011

Color Harmonies of #C566BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C566BE

Black with #C566BE

Text Example


Text Example

White with #C566BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C566BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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