#CF70ED

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

Shades of Heliotrope #CF70ED

Tints of Heliotrope #CF70ED

Color information

#CF70ED (or 0xCF70ED) is unknown color: approx Heliotrope. HEX triplet: CF, 70 and ED. RGB value is (207,112,237). Sum of RGB (Red+Green+Blue) = 207+112+237=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 112 (44.14% from 255 or 20.14% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF70ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF70ED is #308F12. Grayscale: #9A9A9A. Windows color (decimal): -3182355 or 15560911. OLE color: 15560911.

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

Color convert

RGB207112237-
CMYK0.130.5300.07
HSL285.6º77.64%68.43%-
HSV(B)285.6º52.74%92.94%-
XYZ46.8130.9783.63-
YUV154.66174.47165.34-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.23%
GREEN value IS 112 (44.14% from 255) = 20.14%
BLUE value IS 237 (92.97% from 255) = 42.63%
R=37.23%
G=20.14%
B=42.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071122370.130.5300.07285.677.6468.43
HexCF70EDD350711e4e44
Octal317160355156507436116104
Binary110011111110000111011011101110101011110001111010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF70ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF70ED; }

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

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

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

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

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

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

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

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