#CF72E9

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

Shades of Heliotrope #CF72E9

Tints of Heliotrope #CF72E9

Color information

#CF72E9 (or 0xCF72E9) is unknown color: approx Heliotrope. HEX triplet: CF, 72 and E9. RGB value is (207,114,233). Sum of RGB (Red+Green+Blue) = 207+114+233=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 114 (44.92% from 255 or 20.58% from 554); Blue value is 233 (91.41% from 255 or 42.06% from 554); Max value from RGB is 233 - color contains mainly: blue. Hex color #CF72E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF72E9 is #308D16. Grayscale: #9A9A9A. Windows color (decimal): -3181847 or 15299279. OLE color: 15299279.

HSL color Cylindrical-coordinate representation of color #CF72E9: hue angle of 286.89º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF72E9 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207114233-
CMYK0.110.5100.09
HSL286.89º73.01%68.04%-
HSV(B)286.89º51.07%91.37%-
XYZ46.4631.1880.66-
YUV155.37171.81164.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.36%
GREEN value IS 114 (44.92% from 255) = 20.58%
BLUE value IS 233 (91.41% from 255) = 42.06%
R=37.36%
G=20.58%
B=42.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2071142330.110.5100.09286.8973.0168.04
HexCF72E9B330911f4944
Octal3171623511363011437111104
Binary1100111111100101110100110111100110100110001111110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF72E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF72E9; }

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

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

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

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

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

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

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

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