#C06CBD

Color #C06CBD Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C06CBD

Tints of Fuchsia #C06CBD

Color information

#C06CBD (or 0xC06CBD) is unknown color: approx Fuchsia. HEX triplet: C0, 6C and BD. RGB value is (192,108,189). Sum of RGB (Red+Green+Blue) = 192+108+189=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C06CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06CBD is #3F9342. Grayscale: #8E8E8E. Windows color (decimal): -4166467 or 12414144. OLE color: 12414144.

HSL color Cylindrical-coordinate representation of color #C06CBD: hue angle of 302.14º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C06CBD is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB192108189-
CMYK00.440.020.25
HSL302.14º40%58.82%-
HSV(B)302.14º43.75%75.29%-
XYZ36.2925.6151.17-
YUV142.35154.33163.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.26%
GREEN value IS 108 (42.58% from 255) = 22.09%
BLUE value IS 189 (74.22% from 255) = 38.65%
R=39.26%
G=22.09%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210818900.440.020.25302.144058.82
HexC06CBD02C21912e283b
Octal3001542750542314565073
Binary1100000011011001011110101011001011001100101110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06CBD; }

 p { color: rgb(192,108,189); }

 H1.HeaderClassName
 {
   color: #C06CBD;
 }
 .AnyTagClassName
 {
   color: #C06CBD;
 }
</style>
background-color css

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

 a { background-color: rgb(192,108,189); }

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

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

 span { border-color: rgb(192,108,189); }

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