#CB5ABD

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

Shades of Fuchsia #CB5ABD

Tints of Fuchsia #CB5ABD

Color information

#CB5ABD (or 0xCB5ABD) is unknown color: approx Fuchsia. HEX triplet: CB, 5A and BD. RGB value is (203,90,189). Sum of RGB (Red+Green+Blue) = 203+90+189=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5ABD is #34A542. Grayscale: #868686. Windows color (decimal): -3450179 or 12409547. OLE color: 12409547.

HSL color Cylindrical-coordinate representation of color #CB5ABD: hue angle of 307.43º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB5ABD is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB20390189-
CMYK00.560.070.20
HSL307.43º52.07%57.45%-
HSV(B)307.43º55.67%79.61%-
XYZ37.4723.6850.74-
YUV135.07158.44176.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.12%
GREEN value IS 90 (35.55% from 255) = 18.67%
BLUE value IS 189 (74.22% from 255) = 39.21%
R=42.12%
G=18.67%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039018900.560.070.20307.4352.0757.45
HexCB5ABD0387141333439
Octal3131322750707244636471
Binary11001011101101010111101011100011110100100110011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5ABD; }

 p { color: rgb(203,90,189); }

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

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

 a { background-color: rgb(203,90,189); }

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

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

 span { border-color: rgb(203,90,189); }

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