#CB78ED

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

Shades of Heliotrope #CB78ED

Tints of Heliotrope #CB78ED

Color information

#CB78ED (or 0xCB78ED) is unknown color: approx Heliotrope. HEX triplet: CB, 78 and ED. RGB value is (203,120,237). Sum of RGB (Red+Green+Blue) = 203+120+237=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 120 (47.27% from 255 or 21.43% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB78ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB78ED is #348712. Grayscale: #9D9D9D. Windows color (decimal): -3442451 or 15562955. OLE color: 15562955.

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

Color convert

RGB203120237-
CMYK0.140.4900.07
HSL282.56º76.47%70%-
HSV(B)282.56º49.37%92.94%-
XYZ46.6332.2483.89-
YUV158.16172.5159.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.25%
GREEN value IS 120 (47.27% from 255) = 21.43%
BLUE value IS 237 (92.97% from 255) = 42.32%
R=36.25%
G=21.43%
B=42.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031202370.140.4900.07282.5676.4770
HexCB78EDE310711b4c46
Octal313170355166107433114106
Binary110010111111000111011011110110001011110001101110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB78ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB78ED; }

 p { color: rgb(203,120,237); }

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

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

 a { background-color: rgb(203,120,237); }

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

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

 span { border-color: rgb(203,120,237); }

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