#CE7FF6

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

Shades of Heliotrope #CE7FF6

Tints of Heliotrope #CE7FF6

Color information

#CE7FF6 (or 0xCE7FF6) is unknown color: approx Heliotrope. HEX triplet: CE, 7F and F6. RGB value is (206,127,246). Sum of RGB (Red+Green+Blue) = 206+127+246=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 127 (50% from 255 or 21.93% from 579); Blue value is 246 (96.48% from 255 or 42.49% from 579); Max value from RGB is 246 - color contains mainly: blue. Hex color #CE7FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7FF6 is #318009. Grayscale: #A3A3A3. Windows color (decimal): -3244042 or 16154574. OLE color: 16154574.

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

Color convert

RGB206127246-
CMYK0.160.4800.04
HSL279.83º86.86%73.14%-
HSV(B)279.83º48.37%96.47%-
XYZ49.6834.9591.32-
YUV164.19174.17157.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.58%
GREEN value IS 127 (50% from 255) = 21.93%
BLUE value IS 246 (96.48% from 255) = 42.49%
R=35.58%
G=21.93%
B=42.49%

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
Decimal2061272460.160.4800.04279.8386.8673.14
HexCE7FF61030041185749
Octal316177366206004430127111
Binary1100111011111111111011010000110000010010001100010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7FF6; }

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

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

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

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

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

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

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

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