#CB5EBE

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

Shades of Fuchsia #CB5EBE

Tints of Fuchsia #CB5EBE

Color information

#CB5EBE (or 0xCB5EBE) is unknown color: approx Fuchsia. HEX triplet: CB, 5E and BE. RGB value is (203,94,190). Sum of RGB (Red+Green+Blue) = 203+94+190=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 94 (37.11% from 255 or 19.30% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5EBE is #34A141. Grayscale: #898989. Windows color (decimal): -3449154 or 12476107. OLE color: 12476107.

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

Color convert

RGB20394190-
CMYK00.540.060.20
HSL307.16º51.17%58.24%-
HSV(B)307.16º53.69%79.61%-
XYZ37.9324.4251.43-
YUV137.54157.61174.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.68%
GREEN value IS 94 (37.11% from 255) = 19.30%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=41.68%
G=19.30%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039419000.540.060.20307.1651.1758.24
HexCB5EBE036614133333a
Octal3131362760666244636372
Binary11001011101111010111110011011011010100100110011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5EBE; }

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

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

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

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

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

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

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

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