#cb78fe

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

Shades of Heliotrope #CB78FE

Tints of Heliotrope #CB78FE

Color information

#CB78FE (or 0xCB78FE) is unknown color: approx Heliotrope. HEX triplet: CB, 78 and FE. RGB value is (203,120,254). Sum of RGB (Red+Green+Blue) = 203+120+254=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 120 (47.27% from 255 or 20.80% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB78FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB78FE is #348701. Grayscale: #9F9F9F. Windows color (decimal): -3442434 or 16677067. OLE color: 16677067.

HSL color Cylindrical-coordinate representation of color #CB78FE: hue angle of 277.16º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB78FE is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB203120254-
CMYK0.200.5300.00
HSL277.16º98.53%73.33%-
HSV(B)277.16º52.76%99.61%-
XYZ49.2333.2997.6-
YUV160.09181158.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.18%
GREEN value IS 120 (47.27% from 255) = 20.80%
BLUE value IS 254 (99.61% from 255) = 44.02%
R=35.18%
G=20.80%
B=44.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2031202540.200.5300.00277.1698.5373.33
HexCB78FE1435001156349
Octal313170376246500425143111
Binary11001011111100011111110101001101010010001010111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb78fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb78fe; }

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

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

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

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

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

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

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

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