#CB6EB2

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

Shades of Fuchsia #CB6EB2

Tints of Fuchsia #CB6EB2

Color information

#CB6EB2 (or 0xCB6EB2) is unknown color: approx Fuchsia. HEX triplet: CB, 6E and B2. RGB value is (203,110,178). Sum of RGB (Red+Green+Blue) = 203+110+178=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6EB2 is #34914D. Grayscale: #919191. Windows color (decimal): -3445070 or 11693771. OLE color: 11693771.

HSL color Cylindrical-coordinate representation of color #CB6EB2: hue angle of 316.13º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB6EB2 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB203110178-
CMYK00.460.120.20
HSL316.13º47.21%61.37%-
HSV(B)316.13º45.81%79.61%-
XYZ38.2427.0645.33-
YUV145.56146.31168.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.34%
GREEN value IS 110 (43.36% from 255) = 22.40%
BLUE value IS 178 (69.92% from 255) = 36.25%
R=41.34%
G=22.40%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311017800.460.120.20316.1347.2161.37
HexCB6EB202EC1413c2f3d
Octal31315626205614244745775
Binary110010111101110101100100101110110010100100111100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6EB2; }

 p { color: rgb(203,110,178); }

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

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

 a { background-color: rgb(203,110,178); }

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

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

 span { border-color: rgb(203,110,178); }

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