#CB5EB5

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

Shades of Fuchsia #CB5EB5

Tints of Fuchsia #CB5EB5

Color information

#CB5EB5 (or 0xCB5EB5) is unknown color: approx Fuchsia. HEX triplet: CB, 5E and B5. RGB value is (203,94,181). Sum of RGB (Red+Green+Blue) = 203+94+181=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 94 (37.11% from 255 or 19.67% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5EB5 is #34A14A. Grayscale: #888888. Windows color (decimal): -3449163 or 11886283. OLE color: 11886283.

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

Color convert

RGB20394181-
CMYK00.540.110.20
HSL312.11º51.17%58.24%-
HSV(B)312.11º53.69%79.61%-
XYZ36.9724.0446.41-
YUV136.51153.11175.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.47%
GREEN value IS 94 (37.11% from 255) = 19.67%
BLUE value IS 181 (71.09% from 255) = 37.87%
R=42.47%
G=19.67%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039418100.540.110.20312.1151.1758.24
HexCB5EB5036B14138333a
Octal31313626506613244706372
Binary110010111011110101101010110110101110100100111000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5EB5; }

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

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

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

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

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

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

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

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