#CB6DB9

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

Shades of Fuchsia #CB6DB9

Tints of Fuchsia #CB6DB9

Color information

#CB6DB9 (or 0xCB6DB9) is unknown color: approx Fuchsia. HEX triplet: CB, 6D and B9. RGB value is (203,109,185). Sum of RGB (Red+Green+Blue) = 203+109+185=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6DB9 is #349246. Grayscale: #919191. Windows color (decimal): -3445319 or 12152267. OLE color: 12152267.

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

Color convert

RGB203109185-
CMYK00.460.090.20
HSL311.49º47.47%61.18%-
HSV(B)311.49º46.31%79.61%-
XYZ38.8527.1449.09-
YUV145.77150.14168.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.85%
GREEN value IS 109 (42.97% from 255) = 21.93%
BLUE value IS 185 (72.66% from 255) = 37.22%
R=40.85%
G=21.93%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310918500.460.090.20311.4947.4761.18
HexCB6DB902E9141372f3d
Octal31315527105611244675775
Binary110010111101101101110010101110100110100100110111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6DB9; }

 p { color: rgb(203,109,185); }

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

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

 a { background-color: rgb(203,109,185); }

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

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

 span { border-color: rgb(203,109,185); }

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