Html Css Color HEX #D164EC Heliotrope

📋 copy color: '#D164EC'

red 209 ◦ green 100 ◦ blue 236

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

Shades of Heliotrope #D164EC

Tints of Heliotrope #D164EC

RGB

 RED value IS 209 (82.03% from 255) = 38.35%

 GREEN value IS 100 (39.45% from 255) = 18.35%

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

R = 38.35%
G = 18.35%
B = 43.3%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D164EC (or 0xD164EC) is known color: Heliotrope. HEX triplet: D1, 64 and EC. RGB value is (209,100,236). Sum of RGB (Red+Green+Blue) = 209+100+236=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 100 (39.45% from 255 or 18.35% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #D164EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D164EC is #2E9B13. Grayscale: #939393. Windows color (decimal): -3054356 or 15492305. OLE color: 15492305.

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

Color convert

RGB 209 100 236 -
CMYK 0.11 0.58 0 0.07
HSL 288.09º 0.78% 0.66% -
HSV(B) 288.09º 0.58% 0.93% -
XYZ 45.99 28.73 82.48 -
YUV 148.1 177.61 171.44 -
System Red Green Blue C M Y K H S L
Decimal 209 100 236 0.11 0.58 0 0.07 288.09 0.78 0.66
Hex D1 64 EC B 3A 0 7 120 4E 42
Octal 321 144 354 13 72 0 7 440 116 102
Binary 11010001 1100100 11101100 1011 111010 0 111 100100000 1001110 1000010

Color Harmonies of #D164EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D164EC

Black with #D164EC

Text Example


Text Example

White with #D164EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D164EC; }

 p { color: rgb(209,100,236); }

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

background-color css

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

 a { background-color: rgb(209,100,236); }

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

border-color css

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

 span { border-color: rgb(209,100,236); }

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