#CC79FF

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

Shades of Heliotrope #CC79FF

Tints of Heliotrope #CC79FF

Color information

#CC79FF (or 0xCC79FF) is unknown color: approx Heliotrope. HEX triplet: CC, 79 and FF. RGB value is (204,121,255). Sum of RGB (Red+Green+Blue) = 204+121+255=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 121 (47.66% from 255 or 20.86% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC79FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC79FF is #338600. Grayscale: #A0A0A0. Windows color (decimal): -3376641 or 16742860. OLE color: 16742860.

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

Color convert

RGB204121255-
CMYK0.20.5300
HSL277.16º100%73.73%-
HSV(B)277.16º52.55%100%-
XYZ49.7933.7398.49-
YUV161.09181158.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.17%
GREEN value IS 121 (47.66% from 255) = 20.86%
BLUE value IS 255 (100% from 255) = 43.97%
R=35.17%
G=20.86%
B=43.97%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041212550.20.5300277.1610073.73
HexCC79FF143500115644a
Octal314171377246500425144112
Binary11001100111100111111111101001101010010001010111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC79FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC79FF; }

 p { color: rgb(204,121,255); }

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

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

 a { background-color: rgb(204,121,255); }

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

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

 span { border-color: rgb(204,121,255); }

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