#CB5DFF

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

Shades of Heliotrope #CB5DFF

Tints of Heliotrope #CB5DFF

Color information

#CB5DFF (or 0xCB5DFF) is unknown color: approx Heliotrope. HEX triplet: CB, 5D and FF. RGB value is (203,93,255). Sum of RGB (Red+Green+Blue) = 203+93+255=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 93 (36.72% from 255 or 16.88% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB5DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5DFF is #34A200. Grayscale: #8F8F8F. Windows color (decimal): -3449345 or 16735691. OLE color: 16735691.

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

Color convert

RGB20393255-
CMYK0.200.6400
HSL280.74º100%68.24%-
HSV(B)280.74º63.53%100%-
XYZ46.5927.7597.51-
YUV144.36190.44169.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.84%
GREEN value IS 93 (36.72% from 255) = 16.88%
BLUE value IS 255 (100% from 255) = 46.28%
R=36.84%
G=16.88%
B=46.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal203932550.200.6400280.7410068.24
HexCB5DFF1440001196444
Octal3131353772410000431144104
Binary110010111011101111111111010010000000010001100111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5DFF; }

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

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

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

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

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

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

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

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