#CB5DB8

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

Shades of Fuchsia #CB5DB8

Tints of Fuchsia #CB5DB8

Color information

#CB5DB8 (or 0xCB5DB8) is unknown color: approx Fuchsia. HEX triplet: CB, 5D and B8. RGB value is (203,93,184). Sum of RGB (Red+Green+Blue) = 203+93+184=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 93 (36.72% from 255 or 19.38% from 480); Blue value is 184 (72.27% from 255 or 38.33% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5DB8 is #34A247. Grayscale: #888888. Windows color (decimal): -3449416 or 12082635. OLE color: 12082635.

HSL color Cylindrical-coordinate representation of color #CB5DB8: hue angle of 310.36º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB5DB8 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB20393184-
CMYK00.540.090.20
HSL310.36º51.4%58.04%-
HSV(B)310.36º54.19%79.61%-
XYZ37.1923.9948.02-
YUV136.26154.94175.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.29%
GREEN value IS 93 (36.72% from 255) = 19.38%
BLUE value IS 184 (72.27% from 255) = 38.33%
R=42.29%
G=19.38%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039318400.540.090.20310.3651.458.04
HexCB5DB8036914136333a
Octal31313527006611244666372
Binary110010111011101101110000110110100110100100110110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5DB8; }

 p { color: rgb(203,93,184); }

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

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

 a { background-color: rgb(203,93,184); }

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

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

 span { border-color: rgb(203,93,184); }

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