#CE66F1

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

Shades of Heliotrope #CE66F1

Tints of Heliotrope #CE66F1

Color information

#CE66F1 (or 0xCE66F1) is unknown color: approx Heliotrope. HEX triplet: CE, 66 and F1. RGB value is (206,102,241). Sum of RGB (Red+Green+Blue) = 206+102+241=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 102 (40.23% from 255 or 18.58% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE66F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE66F1 is #31990E. Grayscale: #949494. Windows color (decimal): -3250447 or 15820494. OLE color: 15820494.

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

Color convert

RGB206102241-
CMYK0.150.5800.05
HSL284.89º83.23%67.25%-
HSV(B)284.89º57.68%94.51%-
XYZ46.0828.9886.38-
YUV148.94179.96168.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.52%
GREEN value IS 102 (40.23% from 255) = 18.58%
BLUE value IS 241 (94.53% from 255) = 43.90%
R=37.52%
G=18.58%
B=43.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2061022410.150.5800.05284.8983.2367.25
HexCE66F1F3A0511d5343
Octal316146361177205435123103
Binary110011101100110111100011111111010010110001110110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE66F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE66F1; }

 p { color: rgb(206,102,241); }

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

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

 a { background-color: rgb(206,102,241); }

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

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

 span { border-color: rgb(206,102,241); }

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