#D975ED

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

Shades of Heliotrope #D975ED

Tints of Heliotrope #D975ED

Color information

#D975ED (or 0xD975ED) is unknown color: approx Heliotrope. HEX triplet: D9, 75 and ED. RGB value is (217,117,237). Sum of RGB (Red+Green+Blue) = 217+117+237=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 117 (46.09% from 255 or 20.49% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #D975ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D975ED is #268A12. Grayscale: #A0A0A0. Windows color (decimal): -2525715 or 15562201. OLE color: 15562201.

HSL color Cylindrical-coordinate representation of color #D975ED: hue angle of 290º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D975ED is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB217117237-
CMYK0.080.5100.07
HSL290º76.92%69.41%-
HSV(B)290º50.63%92.94%-
XYZ50.2633.5983.95-
YUV160.58171.13168.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.00%
GREEN value IS 117 (46.09% from 255) = 20.49%
BLUE value IS 237 (92.97% from 255) = 41.51%
R=38.00%
G=20.49%
B=41.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2171172370.080.5100.0729076.9269.41
HexD975ED833071224d45
Octal331165355106307442115105
Binary110110011110101111011011000110011011110010001010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D975ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D975ED; }

 p { color: rgb(217,117,237); }

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

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

 a { background-color: rgb(217,117,237); }

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

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

 span { border-color: rgb(217,117,237); }

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