#CB5DFE

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

Shades of Heliotrope #CB5DFE

Tints of Heliotrope #CB5DFE

Color information

#CB5DFE (or 0xCB5DFE) is unknown color: approx Heliotrope. HEX triplet: CB, 5D and FE. RGB value is (203,93,254). Sum of RGB (Red+Green+Blue) = 203+93+254=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 93 (36.72% from 255 or 16.91% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB5DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5DFE is #34A201. Grayscale: #8F8F8F. Windows color (decimal): -3449346 or 16670155. OLE color: 16670155.

HSL color Cylindrical-coordinate representation of color #CB5DFE: hue angle of 280.99º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB5DFE is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB20393254-
CMYK0.200.6300.00
HSL280.99º98.77%68.04%-
HSV(B)280.99º63.39%99.61%-
XYZ46.4327.6896.66-
YUV144.24189.94169.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.91%
GREEN value IS 93 (36.72% from 255) = 16.91%
BLUE value IS 254 (99.61% from 255) = 46.18%
R=36.91%
G=16.91%
B=46.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal203932540.200.6300.00280.9998.7768.04
HexCB5DFE143F001196344
Octal313135376247700431143104
Binary11001011101110111111110101001111110010001100111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5DFE; }

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

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

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

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

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

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

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

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