#CB78F9

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

Shades of Heliotrope #CB78F9

Tints of Heliotrope #CB78F9

Color information

#CB78F9 (or 0xCB78F9) is unknown color: approx Heliotrope. HEX triplet: CB, 78 and F9. RGB value is (203,120,249). Sum of RGB (Red+Green+Blue) = 203+120+249=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 120 (47.27% from 255 or 20.98% from 572); Blue value is 249 (97.66% from 255 or 43.53% from 572); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB78F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB78F9 is #348706. Grayscale: #9F9F9F. Windows color (decimal): -3442439 or 16349387. OLE color: 16349387.

HSL color Cylindrical-coordinate representation of color #CB78F9: hue angle of 278.6º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB78F9 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203120249-
CMYK0.180.5200.02
HSL278.6º91.49%72.35%-
HSV(B)278.6º51.81%97.65%-
XYZ48.4432.9793.43-
YUV159.52178.5159.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.49%
GREEN value IS 120 (47.27% from 255) = 20.98%
BLUE value IS 249 (97.66% from 255) = 43.53%
R=35.49%
G=20.98%
B=43.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031202490.180.5200.02278.691.4972.35
HexCB78F91234021175b48
Octal313170371226402427133110
Binary110010111111000111110011001011010001010001011110110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB78F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB78F9; }

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

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

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

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

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

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

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

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