#CE71F6

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

Shades of Heliotrope #CE71F6

Tints of Heliotrope #CE71F6

Color information

#CE71F6 (or 0xCE71F6) is unknown color: approx Heliotrope. HEX triplet: CE, 71 and F6. RGB value is (206,113,246). Sum of RGB (Red+Green+Blue) = 206+113+246=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 113 (44.53% from 255 or 20% from 565); Blue value is 246 (96.48% from 255 or 43.54% from 565); Max value from RGB is 246 - color contains mainly: blue. Hex color #CE71F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE71F6 is #318E09. Grayscale: #9B9B9B. Windows color (decimal): -3247626 or 16150990. OLE color: 16150990.

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

Color convert

RGB206113246-
CMYK0.160.5400.04
HSL281.95º88.08%70.39%-
HSV(B)281.95º54.07%96.47%-
XYZ47.9931.5990.76-
YUV155.97178.81163.69-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.46%
GREEN value IS 113 (44.53% from 255) = 20%
BLUE value IS 246 (96.48% from 255) = 43.54%
R=36.46%
G=20%
B=43.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2061132460.160.5400.04281.9588.0870.39
HexCE71F610360411a5846
Octal316161366206604432130106
Binary1100111011100011111011010000110110010010001101010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE71F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE71F6; }

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

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

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

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

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

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

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

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