#CE65FA

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

Shades of Heliotrope #CE65FA

Tints of Heliotrope #CE65FA

Color information

#CE65FA (or 0xCE65FA) is unknown color: approx Heliotrope. HEX triplet: CE, 65 and FA. RGB value is (206,101,250). Sum of RGB (Red+Green+Blue) = 206+101+250=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 101 (39.84% from 255 or 18.13% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE65FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE65FA is #319A05. Grayscale: #949494. Windows color (decimal): -3250694 or 16410062. OLE color: 16410062.

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

Color convert

RGB206101250-
CMYK0.180.6000.02
HSL282.28º93.71%68.82%-
HSV(B)282.28º59.6%98.04%-
XYZ47.3629.3393.61-
YUV149.38184.79168.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.98%
GREEN value IS 101 (39.84% from 255) = 18.13%
BLUE value IS 250 (98.05% from 255) = 44.88%
R=36.98%
G=18.13%
B=44.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061012500.180.6000.02282.2893.7168.82
HexCE65FA123C0211a5e45
Octal316145372227402432136105
Binary110011101100101111110101001011110001010001101010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE65FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE65FA; }

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

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

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

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

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

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

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

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