#CE69FA

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

Shades of Heliotrope #CE69FA

Tints of Heliotrope #CE69FA

Color information

#CE69FA (or 0xCE69FA) is unknown color: approx Heliotrope. HEX triplet: CE, 69 and FA. RGB value is (206,105,250). Sum of RGB (Red+Green+Blue) = 206+105+250=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 105 (41.41% from 255 or 18.72% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE69FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE69FA is #319605. Grayscale: #979797. Windows color (decimal): -3249670 or 16411086. OLE color: 16411086.

HSL color Cylindrical-coordinate representation of color #CE69FA: hue angle of 281.79º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE69FA is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206105250-
CMYK0.180.5800.02
HSL281.79º93.55%69.61%-
HSV(B)281.79º58%98.04%-
XYZ47.7630.1393.74-
YUV151.73183.46166.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.72%
GREEN value IS 105 (41.41% from 255) = 18.72%
BLUE value IS 250 (98.05% from 255) = 44.56%
R=36.72%
G=18.72%
B=44.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061052500.180.5800.02281.7993.5569.61
HexCE69FA123A0211a5e46
Octal316151372227202432136106
Binary110011101101001111110101001011101001010001101010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE69FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE69FA; }

 p { color: rgb(206,105,250); }

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

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

 a { background-color: rgb(206,105,250); }

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

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

 span { border-color: rgb(206,105,250); }

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