#CB5EBD

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

Shades of Fuchsia #CB5EBD

Tints of Fuchsia #CB5EBD

Color information

#CB5EBD (or 0xCB5EBD) is unknown color: approx Fuchsia. HEX triplet: CB, 5E and BD. RGB value is (203,94,189). Sum of RGB (Red+Green+Blue) = 203+94+189=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 94 (37.11% from 255 or 19.34% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5EBD is #34A142. Grayscale: #898989. Windows color (decimal): -3449155 or 12410571. OLE color: 12410571.

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

Color convert

RGB20394189-
CMYK00.540.070.20
HSL307.71º51.17%58.24%-
HSV(B)307.71º53.69%79.61%-
XYZ37.8224.3850.86-
YUV137.42157.11174.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.77%
GREEN value IS 94 (37.11% from 255) = 19.34%
BLUE value IS 189 (74.22% from 255) = 38.89%
R=41.77%
G=19.34%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039418900.540.070.20307.7151.1758.24
HexCB5EBD036714134333a
Octal3131362750667244646372
Binary11001011101111010111101011011011110100100110100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5EBD; }

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

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

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

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

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

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

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

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