#CB78F2

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

Shades of Heliotrope #CB78F2

Tints of Heliotrope #CB78F2

Color information

#CB78F2 (or 0xCB78F2) is unknown color: approx Heliotrope. HEX triplet: CB, 78 and F2. RGB value is (203,120,242). Sum of RGB (Red+Green+Blue) = 203+120+242=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 120 (47.27% from 255 or 21.24% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB78F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB78F2 is #34870D. Grayscale: #9E9E9E. Windows color (decimal): -3442446 or 15890635. OLE color: 15890635.

HSL color Cylindrical-coordinate representation of color #CB78F2: hue angle of 280.82º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB78F2 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB203120242-
CMYK0.160.5000.05
HSL280.82º82.43%70.98%-
HSV(B)280.82º50.41%94.9%-
XYZ47.3732.5487.79-
YUV158.72175159.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.93%
GREEN value IS 120 (47.27% from 255) = 21.24%
BLUE value IS 242 (94.92% from 255) = 42.83%
R=35.93%
G=21.24%
B=42.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2031202420.160.5000.05280.8282.4370.98
HexCB78F21032051195247
Octal313170362206205431122107
Binary1100101111110001111001010000110010010110001100110100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB78F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB78F2; }

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

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

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

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

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

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

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

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