#CB7DEC

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

Shades of Heliotrope #CB7DEC

Tints of Heliotrope #CB7DEC

Color information

#CB7DEC (or 0xCB7DEC) is unknown color: approx Heliotrope. HEX triplet: CB, 7D and EC. RGB value is (203,125,236). Sum of RGB (Red+Green+Blue) = 203+125+236=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 125 (49.22% from 255 or 22.16% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB7DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7DEC is #348213. Grayscale: #A0A0A0. Windows color (decimal): -3441172 or 15498699. OLE color: 15498699.

HSL color Cylindrical-coordinate representation of color #CB7DEC: hue angle of 282.16º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB7DEC is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203125236-
CMYK0.140.4700.07
HSL282.16º74.5%70.78%-
HSV(B)282.16º47.03%92.55%-
XYZ47.133.4283.32-
YUV160.98170.34157.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.99%
GREEN value IS 125 (49.22% from 255) = 22.16%
BLUE value IS 236 (92.58% from 255) = 41.84%
R=35.99%
G=22.16%
B=41.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031252360.140.4700.07282.1674.570.78
HexCB7DECE2F0711a4a47
Octal313175354165707432112107
Binary110010111111101111011001110101111011110001101010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7DEC; }

 p { color: rgb(203,125,236); }

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

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

 a { background-color: rgb(203,125,236); }

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

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

 span { border-color: rgb(203,125,236); }

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