Html Css Color HEX #C566B4 Fuchsia

📋 copy color: '#C566B4'

red 197 ◦ green 102 ◦ blue 180

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

Shades of Fuchsia #C566B4

Tints of Fuchsia #C566B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.58%

R = 41.13%
G = 21.29%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C566B4 (or 0xC566B4) is known color: Fuchsia. HEX triplet: C5, 66 and B4. RGB value is (197,102,180). Sum of RGB (Red+Green+Blue) = 197+102+180=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 197 - color contains mainly: red. Hex color #C566B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C566B4 is #3A994B. Grayscale: #8B8B8B. Windows color (decimal): -3840332 or 11822789. OLE color: 11822789.

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

Color convert

RGB 197 102 180 -
CMYK 0 0.48 0.09 0.23
HSL 310.74º 0.45% 0.59% -
HSV(B) 310.74º 0.48% 0.77% -
XYZ 36.02 24.67 46.04 -
YUV 139.3 150.97 169.16 -
System Red Green Blue C M Y K H S L
Decimal 197 102 180 0 0.48 0.09 0.23 310.74 0.45 0.59
Hex C5 66 B4 0 30 9 17 137 2D 3B
Octal 305 146 264 0 60 11 27 467 55 73
Binary 11000101 1100110 10110100 0 110000 1001 10111 100110111 101101 111011

Color Harmonies of #C566B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C566B4

Black with #C566B4

Text Example


Text Example

White with #C566B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C566B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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