#CE71F3

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

Shades of Heliotrope #CE71F3

Tints of Heliotrope #CE71F3

Color information

#CE71F3 (or 0xCE71F3) is unknown color: approx Heliotrope. HEX triplet: CE, 71 and F3. RGB value is (206,113,243). Sum of RGB (Red+Green+Blue) = 206+113+243=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 113 (44.53% from 255 or 20.11% from 562); Blue value is 243 (95.31% from 255 or 43.24% from 562); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE71F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE71F3 is #318E0C. Grayscale: #9B9B9B. Windows color (decimal): -3247629 or 15954382. OLE color: 15954382.

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

Color convert

RGB206113243-
CMYK0.150.5300.05
HSL282.92º84.42%69.8%-
HSV(B)282.92º53.5%95.29%-
XYZ47.5431.488.35-
YUV155.63177.31163.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.65%
GREEN value IS 113 (44.53% from 255) = 20.11%
BLUE value IS 243 (95.31% from 255) = 43.24%
R=36.65%
G=20.11%
B=43.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2061132430.150.5300.05282.9284.4269.8
HexCE71F3F350511b5446
Octal316161363176505433124106
Binary110011101110001111100111111110101010110001101110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE71F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE71F3; }

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

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

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

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

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

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

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

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