#CB79F9

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

Shades of Heliotrope #CB79F9

Tints of Heliotrope #CB79F9

Color information

#CB79F9 (or 0xCB79F9) is unknown color: approx Heliotrope. HEX triplet: CB, 79 and F9. RGB value is (203,121,249). Sum of RGB (Red+Green+Blue) = 203+121+249=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 121 (47.66% from 255 or 21.12% from 573); Blue value is 249 (97.66% from 255 or 43.46% from 573); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB79F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB79F9 is #348606. Grayscale: #9F9F9F. Windows color (decimal): -3442183 or 16349643. OLE color: 16349643.

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

Color convert

RGB203121249-
CMYK0.180.5100.02
HSL278.44º91.43%72.55%-
HSV(B)278.44º51.41%97.65%-
XYZ48.5633.2193.47-
YUV160.11178.17158.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.43%
GREEN value IS 121 (47.66% from 255) = 21.12%
BLUE value IS 249 (97.66% from 255) = 43.46%
R=35.43%
G=21.12%
B=43.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031212490.180.5100.02278.4491.4372.55
HexCB79F91233021165b49
Octal313171371226302426133111
Binary110010111111001111110011001011001101010001011010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB79F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB79F9; }

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

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

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

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

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

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

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

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