#CE81F6

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

Shades of Heliotrope #CE81F6

Tints of Heliotrope #CE81F6

Color information

#CE81F6 (or 0xCE81F6) is unknown color: approx Heliotrope. HEX triplet: CE, 81 and F6. RGB value is (206,129,246). Sum of RGB (Red+Green+Blue) = 206+129+246=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 129 (50.78% from 255 or 22.20% from 581); Blue value is 246 (96.48% from 255 or 42.34% from 581); Max value from RGB is 246 - color contains mainly: blue. Hex color #CE81F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE81F6 is #317E09. Grayscale: #A4A4A4. Windows color (decimal): -3243530 or 16155086. OLE color: 16155086.

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

Color convert

RGB206129246-
CMYK0.160.4800.04
HSL279.49º86.67%73.53%-
HSV(B)279.49º47.56%96.47%-
XYZ49.9435.4891.4-
YUV165.36173.51156.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.46%
GREEN value IS 129 (50.78% from 255) = 22.20%
BLUE value IS 246 (96.48% from 255) = 42.34%
R=35.46%
G=22.20%
B=42.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2061292460.160.4800.04279.4986.6773.53
HexCE81F6103004117574a
Octal316201366206004427127112
Binary11001110100000011111011010000110000010010001011110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE81F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE81F6; }

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

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

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

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

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

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

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

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