#CF72F6

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

Shades of Heliotrope #CF72F6

Tints of Heliotrope #CF72F6

Color information

#CF72F6 (or 0xCF72F6) is unknown color: approx Heliotrope. HEX triplet: CF, 72 and F6. RGB value is (207,114,246). Sum of RGB (Red+Green+Blue) = 207+114+246=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 114 (44.92% from 255 or 20.11% from 567); Blue value is 246 (96.48% from 255 or 43.39% from 567); Max value from RGB is 246 - color contains mainly: blue. Hex color #CF72F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF72F6 is #308D09. Grayscale: #9C9C9C. Windows color (decimal): -3181834 or 16151247. OLE color: 16151247.

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

Color convert

RGB207114246-
CMYK0.160.5400.04
HSL282.27º88%70.59%-
HSV(B)282.27º53.66%96.47%-
XYZ48.3831.9590.81-
YUV156.85178.31163.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.51%
GREEN value IS 114 (44.92% from 255) = 20.11%
BLUE value IS 246 (96.48% from 255) = 43.39%
R=36.51%
G=20.11%
B=43.39%

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
Decimal2071142460.160.5400.04282.278870.59
HexCF72F610360411a5847
Octal317162366206604432130107
Binary1100111111100101111011010000110110010010001101010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF72F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF72F6; }

 p { color: rgb(207,114,246); }

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

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

 a { background-color: rgb(207,114,246); }

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

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

 span { border-color: rgb(207,114,246); }

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