#CF70F5

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

Shades of Heliotrope #CF70F5

Tints of Heliotrope #CF70F5

Color information

#CF70F5 (or 0xCF70F5) is unknown color: approx Heliotrope. HEX triplet: CF, 70 and F5. RGB value is (207,112,245). Sum of RGB (Red+Green+Blue) = 207+112+245=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 112 (44.14% from 255 or 19.86% from 564); Blue value is 245 (96.09% from 255 or 43.44% from 564); Max value from RGB is 245 - color contains mainly: blue. Hex color #CF70F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF70F5 is #308F0A. Grayscale: #9B9B9B. Windows color (decimal): -3182347 or 16085199. OLE color: 16085199.

HSL color Cylindrical-coordinate representation of color #CF70F5: hue angle of 282.86º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF70F5 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB207112245-
CMYK0.160.5400.04
HSL282.86º86.93%70%-
HSV(B)282.86º54.29%96.08%-
XYZ48.0131.4589.93-
YUV155.57178.47164.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.70%
GREEN value IS 112 (44.14% from 255) = 19.86%
BLUE value IS 245 (96.09% from 255) = 43.44%
R=36.70%
G=19.86%
B=43.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2071122450.160.5400.04282.8686.9370
HexCF70F510360411b5746
Octal317160365206604433127106
Binary1100111111100001111010110000110110010010001101110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF70F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF70F5; }

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

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

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

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

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

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

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

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