#CE65F3

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

Shades of Heliotrope #CE65F3

Tints of Heliotrope #CE65F3

Color information

#CE65F3 (or 0xCE65F3) is unknown color: approx Heliotrope. HEX triplet: CE, 65 and F3. RGB value is (206,101,243). Sum of RGB (Red+Green+Blue) = 206+101+243=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 101 (39.84% from 255 or 18.36% from 550); Blue value is 243 (95.31% from 255 or 44.18% from 550); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE65F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE65F3 is #319A0C. Grayscale: #949494. Windows color (decimal): -3250701 or 15951310. OLE color: 15951310.

HSL color Cylindrical-coordinate representation of color #CE65F3: hue angle of 284.37º degrees, saturation: 0.86, 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 #CE65F3 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB206101243-
CMYK0.150.5800.05
HSL284.37º85.54%67.45%-
HSV(B)284.37º58.44%95.29%-
XYZ46.2828.987.93-
YUV148.58181.29168.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.45%
GREEN value IS 101 (39.84% from 255) = 18.36%
BLUE value IS 243 (95.31% from 255) = 44.18%
R=37.45%
G=18.36%
B=44.18%

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
Decimal2061012430.150.5800.05284.3785.5467.45
HexCE65F3F3A0511c5643
Octal316145363177205434126103
Binary110011101100101111100111111111010010110001110010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE65F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE65F3; }

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

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

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

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

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

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

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

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