Html Css Color HEX #D969EC Heliotrope

📋 copy color: '#D969EC'

red 217 ◦ green 105 ◦ blue 236

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

Shades of Heliotrope #D969EC

Tints of Heliotrope #D969EC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.82%

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

R = 38.89%
G = 18.82%
B = 42.29%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D969EC (or 0xD969EC) is known color: Heliotrope. HEX triplet: D9, 69 and EC. RGB value is (217,105,236). Sum of RGB (Red+Green+Blue) = 217+105+236=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 105 (41.41% from 255 or 18.82% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #D969EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D969EC is #269613. Grayscale: #999999. Windows color (decimal): -2528788 or 15493593. OLE color: 15493593.

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

Color convert

RGB 217 105 236 -
CMYK 0.08 0.56 0 0.07
HSL 291.3º 0.78% 0.67% -
HSV(B) 291.3º 0.56% 0.93% -
XYZ 48.81 30.91 82.75 -
YUV 153.42 174.61 173.35 -
System Red Green Blue C M Y K H S L
Decimal 217 105 236 0.08 0.56 0 0.07 291.3 0.78 0.67
Hex D9 69 EC 8 38 0 7 123 4E 43
Octal 331 151 354 10 70 0 7 443 116 103
Binary 11011001 1101001 11101100 1000 111000 0 111 100100011 1001110 1000011

Color Harmonies of #D969EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D969EC

Black with #D969EC

Text Example


Text Example

White with #D969EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D969EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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