#D165FD

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

Shades of Heliotrope #D165FD

Tints of Heliotrope #D165FD

Color information

#D165FD (or 0xD165FD) is unknown color: approx Heliotrope. HEX triplet: D1, 65 and FD. RGB value is (209,101,253). Sum of RGB (Red+Green+Blue) = 209+101+253=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 101 (39.84% from 255 or 17.94% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #D165FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D165FD is #2E9A02. Grayscale: #969696. Windows color (decimal): -3054083 or 16606673. OLE color: 16606673.

HSL color Cylindrical-coordinate representation of color #D165FD: hue angle of 282.63º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D165FD is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB209101253-
CMYK0.170.6000.01
HSL282.63º97.44%69.41%-
HSV(B)282.63º60.08%99.22%-
XYZ48.6829.9596.14-
YUV150.62185.78169.64-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.12%
GREEN value IS 101 (39.84% from 255) = 17.94%
BLUE value IS 253 (99.22% from 255) = 44.94%
R=37.12%
G=17.94%
B=44.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2091012530.170.6000.01282.6397.4469.41
HexD165FD113C0111b6145
Octal321145375217401433141105
Binary11010001110010111111101100011111000110001101111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D165FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D165FD; }

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

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

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

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

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

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

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

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