Html Css Color HEX #D96EDD Orchid

📋 copy color: '#D96EDD'

red 217 ◦ green 110 ◦ blue 221

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

Shades of Orchid #D96EDD

Tints of Orchid #D96EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.33%

R = 39.6%
G = 20.07%
B = 40.33%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D96EDD (or 0xD96EDD) is known color: Orchid. HEX triplet: D9, 6E and DD. RGB value is (217,110,221). Sum of RGB (Red+Green+Blue) = 217+110+221=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 110 (43.36% from 255 or 20.07% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #D96EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96EDD is #269122. Grayscale: #9A9A9A. Windows color (decimal): -2527523 or 14511833. OLE color: 14511833.

HSL color Cylindrical-coordinate representation of color #D96EDD: hue angle of 297.84º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96EDD is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 110 221 -
CMYK 0.02 0.50 0 0.13
HSL 297.84º 0.62% 0.65% -
HSV(B) 297.84º 0.5% 0.87% -
XYZ 47.24 31.12 71.92 -
YUV 154.65 165.45 172.47 -
System Red Green Blue C M Y K H S L
Decimal 217 110 221 0.02 0.50 0 0.13 297.84 0.62 0.65
Hex D9 6E DD 2 32 0 D 12A 3E 41
Octal 331 156 335 2 62 0 15 452 76 101
Binary 11011001 1101110 11011101 10 110010 0 1101 100101010 111110 1000001

Color Harmonies of #D96EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96EDD

Black with #D96EDD

Text Example


Text Example

White with #D96EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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