#CE73EE

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

Shades of Heliotrope #CE73EE

Tints of Heliotrope #CE73EE

Color information

#CE73EE (or 0xCE73EE) is unknown color: approx Heliotrope. HEX triplet: CE, 73 and EE. RGB value is (206,115,238). Sum of RGB (Red+Green+Blue) = 206+115+238=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 115 (45.31% from 255 or 20.57% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE73EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE73EE is #318C11. Grayscale: #9B9B9B. Windows color (decimal): -3247122 or 15627214. OLE color: 15627214.

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

Color convert

RGB206115238-
CMYK0.130.5200.07
HSL284.39º78.34%69.22%-
HSV(B)284.39º51.68%93.33%-
XYZ47.0231.5684.5-
YUV156.23174.15163.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.85%
GREEN value IS 115 (45.31% from 255) = 20.57%
BLUE value IS 238 (93.36% from 255) = 42.58%
R=36.85%
G=20.57%
B=42.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061152380.130.5200.07284.3978.3469.22
HexCE73EED340711c4e45
Octal316163356156407434116105
Binary110011101110011111011101101110100011110001110010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE73EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE73EE; }

 p { color: rgb(206,115,238); }

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

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

 a { background-color: rgb(206,115,238); }

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

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

 span { border-color: rgb(206,115,238); }

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