#CB78EF

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

Shades of Heliotrope #CB78EF

Tints of Heliotrope #CB78EF

Color information

#CB78EF (or 0xCB78EF) is unknown color: approx Heliotrope. HEX triplet: CB, 78 and EF. RGB value is (203,120,239). Sum of RGB (Red+Green+Blue) = 203+120+239=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 120 (47.27% from 255 or 21.35% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB78EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB78EF is #348710. Grayscale: #9D9D9D. Windows color (decimal): -3442449 or 15694027. OLE color: 15694027.

HSL color Cylindrical-coordinate representation of color #CB78EF: hue angle of 281.85º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB78EF is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB203120239-
CMYK0.150.5000.06
HSL281.85º78.81%70.39%-
HSV(B)281.85º49.79%93.73%-
XYZ46.9332.3685.43-
YUV158.38173.5159.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.12%
GREEN value IS 120 (47.27% from 255) = 21.35%
BLUE value IS 239 (93.75% from 255) = 42.53%
R=36.12%
G=21.35%
B=42.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2031202390.150.5000.06281.8578.8170.39
HexCB78EFF320611a4f46
Octal313170357176206432117106
Binary110010111111000111011111111110010011010001101010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB78EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB78EF; }

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

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

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

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

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

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

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

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