#CE81F2

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

Shades of Heliotrope #CE81F2

Tints of Heliotrope #CE81F2

Color information

#CE81F2 (or 0xCE81F2) is unknown color: approx Heliotrope. HEX triplet: CE, 81 and F2. RGB value is (206,129,242). Sum of RGB (Red+Green+Blue) = 206+129+242=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 129 (50.78% from 255 or 22.36% from 577); Blue value is 242 (94.92% from 255 or 41.94% from 577); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE81F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE81F2 is #317E0D. Grayscale: #A4A4A4. Windows color (decimal): -3243534 or 15892942. OLE color: 15892942.

HSL color Cylindrical-coordinate representation of color #CE81F2: hue angle of 280.88º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE81F2 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB206129242-
CMYK0.150.4700.05
HSL280.88º81.29%72.75%-
HSV(B)280.88º46.69%94.9%-
XYZ49.3335.2388.21-
YUV164.9171.51157.31-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.70%
GREEN value IS 129 (50.78% from 255) = 22.36%
BLUE value IS 242 (94.92% from 255) = 41.94%
R=35.70%
G=22.36%
B=41.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2061292420.150.4700.05280.8881.2972.75
HexCE81F2F2F051195149
Octal316201362175705431121111
Binary1100111010000001111100101111101111010110001100110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE81F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE81F2; }

 p { color: rgb(206,129,242); }

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

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

 a { background-color: rgb(206,129,242); }

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

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

 span { border-color: rgb(206,129,242); }

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