#CB7BEC

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

Shades of Heliotrope #CB7BEC

Tints of Heliotrope #CB7BEC

Color information

#CB7BEC (or 0xCB7BEC) is unknown color: approx Heliotrope. HEX triplet: CB, 7B and EC. RGB value is (203,123,236). Sum of RGB (Red+Green+Blue) = 203+123+236=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 123 (48.44% from 255 or 21.89% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB7BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7BEC is #348413. Grayscale: #9F9F9F. Windows color (decimal): -3441684 or 15498187. OLE color: 15498187.

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

Color convert

RGB203123236-
CMYK0.140.4800.07
HSL282.48º74.83%70.39%-
HSV(B)282.48º47.88%92.55%-
XYZ46.8532.9283.24-
YUV159.8171158.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.12%
GREEN value IS 123 (48.44% from 255) = 21.89%
BLUE value IS 236 (92.58% from 255) = 41.99%
R=36.12%
G=21.89%
B=41.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031232360.140.4800.07282.4874.8370.39
HexCB7BECE300711a4b46
Octal313173354166007432113106
Binary110010111111011111011001110110000011110001101010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7BEC; }

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

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

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

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

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

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

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

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