Html Css Color HEX #D975EC Heliotrope

📋 copy color: '#D975EC'

red 217 ◦ green 117 ◦ blue 236

#D975EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #D975EC

Tints of Heliotrope #D975EC

RGB

 RED value IS 217 (85.16% from 255) = 38.07%

 GREEN value IS 117 (46.09% from 255) = 20.53%

 BLUE value IS 236 (92.58% from 255) = 41.4%

R = 38.07%
G = 20.53%
B = 41.4%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D975EC (or 0xD975EC) is known color: Heliotrope. HEX triplet: D9, 75 and EC. RGB value is (217,117,236). Sum of RGB (Red+Green+Blue) = 217+117+236=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 117 (46.09% from 255 or 20.53% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #D975EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D975EC is #268A13. Grayscale: #A0A0A0. Windows color (decimal): -2525716 or 15496665. OLE color: 15496665.

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

Color convert

RGB 217 117 236 -
CMYK 0.08 0.50 0 0.07
HSL 290.42º 0.76% 0.69% -
HSV(B) 290.42º 0.5% 0.93% -
XYZ 50.12 33.53 83.19 -
YUV 160.47 170.63 168.32 -
System Red Green Blue C M Y K H S L
Decimal 217 117 236 0.08 0.50 0 0.07 290.42 0.76 0.69
Hex D9 75 EC 8 32 0 7 122 4C 45
Octal 331 165 354 10 62 0 7 442 114 105
Binary 11011001 1110101 11101100 1000 110010 0 111 100100010 1001100 1000101

Color Harmonies of #D975EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D975EC

Black with #D975EC

Text Example


Text Example

White with #D975EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D975EC; }

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

 H1.HeaderClassName
 {
   color: #D975EC;
 }
 .AnyTagClassName
 {
   color: #D975EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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