#CB7DEB

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

Shades of Heliotrope #CB7DEB

Tints of Heliotrope #CB7DEB

Color information

#CB7DEB (or 0xCB7DEB) is unknown color: approx Heliotrope. HEX triplet: CB, 7D and EB. RGB value is (203,125,235). Sum of RGB (Red+Green+Blue) = 203+125+235=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 125 (49.22% from 255 or 22.20% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB7DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7DEB is #348214. Grayscale: #A0A0A0. Windows color (decimal): -3441173 or 15433163. OLE color: 15433163.

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

Color convert

RGB203125235-
CMYK0.140.4700.08
HSL282.55º73.33%70.59%-
HSV(B)282.55º46.81%92.16%-
XYZ46.9633.3682.56-
YUV160.86169.84158.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.06%
GREEN value IS 125 (49.22% from 255) = 22.20%
BLUE value IS 235 (92.19% from 255) = 41.74%
R=36.06%
G=22.20%
B=41.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031252350.140.4700.08282.5573.3370.59
HexCB7DEBE2F0811b4947
Octal3131753531657010433111107
Binary1100101111111011110101111101011110100010001101110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7DEB; }

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

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

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

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

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

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

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

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