#CF80ED

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

Shades of Heliotrope #CF80ED

Tints of Heliotrope #CF80ED

Color information

#CF80ED (or 0xCF80ED) is unknown color: approx Heliotrope. HEX triplet: CF, 80 and ED. RGB value is (207,128,237). Sum of RGB (Red+Green+Blue) = 207+128+237=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 128 (50.39% from 255 or 22.38% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF80ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF80ED is #307F12. Grayscale: #A3A3A3. Windows color (decimal): -3178259 or 15565007. OLE color: 15565007.

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

Color convert

RGB207128237-
CMYK0.130.4600.07
HSL283.49º75.17%71.57%-
HSV(B)283.49º45.99%92.94%-
XYZ48.7434.8284.27-
YUV164.05169.17158.64-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.19%
GREEN value IS 128 (50.39% from 255) = 22.38%
BLUE value IS 237 (92.97% from 255) = 41.43%
R=36.19%
G=22.38%
B=41.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071282370.130.4600.07283.4975.1771.57
HexCF80EDD2E0711b4b48
Octal317200355155607433113110
Binary1100111110000000111011011101101110011110001101110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF80ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF80ED; }

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

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

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

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

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

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

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

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