#CE72EA

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

Shades of Heliotrope #CE72EA

Tints of Heliotrope #CE72EA

Color information

#CE72EA (or 0xCE72EA) is unknown color: approx Heliotrope. HEX triplet: CE, 72 and EA. RGB value is (206,114,234). Sum of RGB (Red+Green+Blue) = 206+114+234=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 114 (44.92% from 255 or 20.58% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE72EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE72EA is #318D15. Grayscale: #9A9A9A. Windows color (decimal): -3247382 or 15364814. OLE color: 15364814.

HSL color Cylindrical-coordinate representation of color #CE72EA: hue angle of 286º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE72EA is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB206114234-
CMYK0.120.5100.08
HSL286º74.07%68.24%-
HSV(B)286º51.28%91.76%-
XYZ46.3231.181.4-
YUV155.19172.48164.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.18%
GREEN value IS 114 (44.92% from 255) = 20.58%
BLUE value IS 234 (91.80% from 255) = 42.24%
R=37.18%
G=20.58%
B=42.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061142340.120.5100.0828674.0768.24
HexCE72EAC330811e4a44
Octal3161623521463010436112104
Binary1100111011100101110101011001100110100010001111010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE72EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE72EA; }

 p { color: rgb(206,114,234); }

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

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

 a { background-color: rgb(206,114,234); }

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

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

 span { border-color: rgb(206,114,234); }

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