Html Css Color HEX #D96EE3 Orchid

📋 copy color: '#D96EE3'

red 217 ◦ green 110 ◦ blue 227

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

Shades of Orchid #D96EE3

Tints of Orchid #D96EE3

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.86%

 BLUE value IS 227 (89.06% from 255) = 40.97%

R = 39.17%
G = 19.86%
B = 40.97%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D96EE3 (or 0xD96EE3) is known color: Orchid. HEX triplet: D9, 6E and E3. RGB value is (217,110,227). Sum of RGB (Red+Green+Blue) = 217+110+227=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 110 (43.36% from 255 or 19.86% from 554); Blue value is 227 (89.06% from 255 or 40.97% from 554); Max value from RGB is 227 - color contains mainly: blue. Hex color #D96EE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96EE3 is #26911C. Grayscale: #9A9A9A. Windows color (decimal): -2527517 or 14905049. OLE color: 14905049.

HSL color Cylindrical-coordinate representation of color #D96EE3: hue angle of 294.87º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D96EE3 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 217 110 227 -
CMYK 0.04 0.52 0 0.11
HSL 294.87º 0.68% 0.66% -
HSV(B) 294.87º 0.52% 0.89% -
XYZ 48.06 31.45 76.21 -
YUV 155.33 168.45 171.99 -
System Red Green Blue C M Y K H S L
Decimal 217 110 227 0.04 0.52 0 0.11 294.87 0.68 0.66
Hex D9 6E E3 4 34 0 B 127 44 42
Octal 331 156 343 4 64 0 13 447 104 102
Binary 11011001 1101110 11100011 100 110100 0 1011 100100111 1000100 1000010

Color Harmonies of #D96EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96EE3

Black with #D96EE3

Text Example


Text Example

White with #D96EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96EE3; }

 p { color: rgb(217,110,227); }

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

background-color css

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

 a { background-color: rgb(217,110,227); }

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

border-color css

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

 span { border-color: rgb(217,110,227); }

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