Html Css Color HEX #D96CEC Heliotrope

📋 copy color: '#D96CEC'

red 217 ◦ green 108 ◦ blue 236

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

Shades of Heliotrope #D96CEC

Tints of Heliotrope #D96CEC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.25%

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

R = 38.68%
G = 19.25%
B = 42.07%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D96CEC (or 0xD96CEC) is known color: Heliotrope. HEX triplet: D9, 6C and EC. RGB value is (217,108,236). Sum of RGB (Red+Green+Blue) = 217+108+236=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 108 (42.58% from 255 or 19.25% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #D96CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96CEC is #269313. Grayscale: #9A9A9A. Windows color (decimal): -2528020 or 15494361. OLE color: 15494361.

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

Color convert

RGB 217 108 236 -
CMYK 0.08 0.54 0 0.07
HSL 291.09º 0.77% 0.67% -
HSV(B) 291.09º 0.54% 0.93% -
XYZ 49.12 31.53 82.85 -
YUV 155.18 173.61 172.09 -
System Red Green Blue C M Y K H S L
Decimal 217 108 236 0.08 0.54 0 0.07 291.09 0.77 0.67
Hex D9 6C EC 8 36 0 7 123 4D 43
Octal 331 154 354 10 66 0 7 443 115 103
Binary 11011001 1101100 11101100 1000 110110 0 111 100100011 1001101 1000011

Color Harmonies of #D96CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96CEC

Black with #D96CEC

Text Example


Text Example

White with #D96CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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