#CF60ED

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

Shades of Heliotrope #CF60ED

Tints of Heliotrope #CF60ED

Color information

#CF60ED (or 0xCF60ED) is unknown color: approx Heliotrope. HEX triplet: CF, 60 and ED. RGB value is (207,96,237). Sum of RGB (Red+Green+Blue) = 207+96+237=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 96 (37.89% from 255 or 17.78% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF60ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF60ED is #309F12. Grayscale: #909090. Windows color (decimal): -3186451 or 15556815. OLE color: 15556815.

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

Color convert

RGB20796237-
CMYK0.130.5900.07
HSL287.23º79.66%65.29%-
HSV(B)287.23º59.49%92.94%-
XYZ45.227.7583.09-
YUV145.26179.77172.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.33%
GREEN value IS 96 (37.89% from 255) = 17.78%
BLUE value IS 237 (92.97% from 255) = 43.89%
R=38.33%
G=17.78%
B=43.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal207962370.130.5900.07287.2379.6665.29
HexCF60EDD3B0711f5041
Octal317140355157307437120101
Binary110011111100000111011011101111011011110001111110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF60ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF60ED; }

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

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

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

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

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

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

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

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