#CB6DB3

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

Shades of Fuchsia #CB6DB3

Tints of Fuchsia #CB6DB3

Color information

#CB6DB3 (or 0xCB6DB3) is unknown color: approx Fuchsia. HEX triplet: CB, 6D and B3. RGB value is (203,109,179). Sum of RGB (Red+Green+Blue) = 203+109+179=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 109 (42.97% from 255 or 22.20% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6DB3 is #34924C. Grayscale: #909090. Windows color (decimal): -3445325 or 11759051. OLE color: 11759051.

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

Color convert

RGB203109179-
CMYK00.460.120.20
HSL315.32º47.47%61.18%-
HSV(B)315.32º46.31%79.61%-
XYZ38.2326.8945.82-
YUV145.09147.14169.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.34%
GREEN value IS 109 (42.97% from 255) = 22.20%
BLUE value IS 179 (70.31% from 255) = 36.46%
R=41.34%
G=22.20%
B=36.46%

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
Decimal20310917900.460.120.20315.3247.4761.18
HexCB6DB302EC1413b2f3d
Octal31315526305614244735775
Binary110010111101101101100110101110110010100100111011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6DB3; }

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

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

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

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

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

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

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

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