Html Css Color HEX #D96EDC Orchid

📋 copy color: '#D96EDC'

red 217 ◦ green 110 ◦ blue 220

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

Shades of Orchid #D96EDC

Tints of Orchid #D96EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.22%

R = 39.67%
G = 20.11%
B = 40.22%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D96EDC (or 0xD96EDC) is known color: Orchid. HEX triplet: D9, 6E and DC. RGB value is (217,110,220). Sum of RGB (Red+Green+Blue) = 217+110+220=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 110 (43.36% from 255 or 20.11% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #D96EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96EDC is #269123. Grayscale: #9A9A9A. Windows color (decimal): -2527524 or 14446297. OLE color: 14446297.

HSL color Cylindrical-coordinate representation of color #D96EDC: hue angle of 298.36º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96EDC is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 110 220 -
CMYK 0.01 0.50 0 0.14
HSL 298.36º 0.61% 0.65% -
HSV(B) 298.36º 0.5% 0.86% -
XYZ 47.11 31.07 71.22 -
YUV 154.53 164.95 172.56 -
System Red Green Blue C M Y K H S L
Decimal 217 110 220 0.01 0.50 0 0.14 298.36 0.61 0.65
Hex D9 6E DC 1 32 0 E 12A 3D 41
Octal 331 156 334 1 62 0 16 452 75 101
Binary 11011001 1101110 11011100 1 110010 0 1110 100101010 111101 1000001

Color Harmonies of #D96EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96EDC

Black with #D96EDC

Text Example


Text Example

White with #D96EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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