#D165ED

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

Shades of Heliotrope #D165ED

Tints of Heliotrope #D165ED

Color information

#D165ED (or 0xD165ED) is unknown color: approx Heliotrope. HEX triplet: D1, 65 and ED. RGB value is (209,101,237). Sum of RGB (Red+Green+Blue) = 209+101+237=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 101 (39.84% from 255 or 18.46% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #D165ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D165ED is #2E9A12. Grayscale: #949494. Windows color (decimal): -3054099 or 15558097. OLE color: 15558097.

HSL color Cylindrical-coordinate representation of color #D165ED: hue angle of 287.65º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D165ED is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB209101237-
CMYK0.120.5700.07
HSL287.65º79.07%66.27%-
HSV(B)287.65º57.38%92.94%-
XYZ46.2328.9883.28-
YUV148.8177.78170.94-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.21%
GREEN value IS 101 (39.84% from 255) = 18.46%
BLUE value IS 237 (92.97% from 255) = 43.33%
R=38.21%
G=18.46%
B=43.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2091012370.120.5700.07287.6579.0766.27
HexD165EDC39071204f42
Octal321145355147107440117102
Binary110100011100101111011011100111001011110010000010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D165ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D165ED; }

 p { color: rgb(209,101,237); }

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

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

 a { background-color: rgb(209,101,237); }

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

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

 span { border-color: rgb(209,101,237); }

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