#CF79ED

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

Shades of Heliotrope #CF79ED

Tints of Heliotrope #CF79ED

Color information

#CF79ED (or 0xCF79ED) is unknown color: approx Heliotrope. HEX triplet: CF, 79 and ED. RGB value is (207,121,237). Sum of RGB (Red+Green+Blue) = 207+121+237=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 121 (47.66% from 255 or 21.42% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF79ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF79ED is #308612. Grayscale: #9F9F9F. Windows color (decimal): -3180051 or 15563215. OLE color: 15563215.

HSL color Cylindrical-coordinate representation of color #CF79ED: hue angle of 284.48º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF79ED is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207121237-
CMYK0.130.4900.07
HSL284.48º76.32%70.2%-
HSV(B)284.48º48.95%92.94%-
XYZ47.8633.0583.98-
YUV159.94171.49161.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.64%
GREEN value IS 121 (47.66% from 255) = 21.42%
BLUE value IS 237 (92.97% from 255) = 41.95%
R=36.64%
G=21.42%
B=41.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071212370.130.4900.07284.4876.3270.2
HexCF79EDD310711c4c46
Octal317171355156107434114106
Binary110011111111001111011011101110001011110001110010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF79ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF79ED; }

 p { color: rgb(207,121,237); }

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

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

 a { background-color: rgb(207,121,237); }

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

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

 span { border-color: rgb(207,121,237); }

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