Html Css Color HEX #D968ED Heliotrope

📋 copy color: '#D968ED'

red 217 ◦ green 104 ◦ blue 237

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

Shades of Heliotrope #D968ED

Tints of Heliotrope #D968ED

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.64%

 BLUE value IS 237 (92.97% from 255) = 42.47%

R = 38.89%
G = 18.64%
B = 42.47%

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

#D968ED (or 0xD968ED) is known color: Heliotrope. HEX triplet: D9, 68 and ED. RGB value is (217,104,237). Sum of RGB (Red+Green+Blue) = 217+104+237=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 104 (41.02% from 255 or 18.64% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #D968ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D968ED is #269712. Grayscale: #989898. Windows color (decimal): -2529043 or 15558873. OLE color: 15558873.

HSL color Cylindrical-coordinate representation of color #D968ED: hue angle of 290.98º degrees, saturation: 0.79, 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 #D968ED is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 104 237 -
CMYK 0.08 0.56 0 0.07
HSL 290.98º 0.79% 0.67% -
HSV(B) 290.98º 0.56% 0.93% -
XYZ 48.85 30.77 83.48 -
YUV 152.95 175.44 173.69 -
System Red Green Blue C M Y K H S L
Decimal 217 104 237 0.08 0.56 0 0.07 290.98 0.79 0.67
Hex D9 68 ED 8 38 0 7 123 4F 43
Octal 331 150 355 10 70 0 7 443 117 103
Binary 11011001 1101000 11101101 1000 111000 0 111 100100011 1001111 1000011

Color Harmonies of #D968ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D968ED

Black with #D968ED

Text Example


Text Example

White with #D968ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D968ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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