Html Css Color HEX #D96EDF Orchid

📋 copy color: '#D96EDF'

red 217 ◦ green 110 ◦ blue 223

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

Shades of Orchid #D96EDF

Tints of Orchid #D96EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.55%

R = 39.45%
G = 20%
B = 40.55%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D96EDF (or 0xD96EDF) is known color: Orchid. HEX triplet: D9, 6E and DF. RGB value is (217,110,223). Sum of RGB (Red+Green+Blue) = 217+110+223=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 110 (43.36% from 255 or 20% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #D96EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96EDF is #269120. Grayscale: #9A9A9A. Windows color (decimal): -2527521 or 14642905. OLE color: 14642905.

HSL color Cylindrical-coordinate representation of color #D96EDF: hue angle of 296.81º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96EDF is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 110 223 -
CMYK 0.03 0.51 0 0.13
HSL 296.81º 0.64% 0.65% -
HSV(B) 296.81º 0.51% 0.87% -
XYZ 47.51 31.23 73.34 -
YUV 154.88 166.45 172.31 -
System Red Green Blue C M Y K H S L
Decimal 217 110 223 0.03 0.51 0 0.13 296.81 0.64 0.65
Hex D9 6E DF 3 33 0 D 129 40 41
Octal 331 156 337 3 63 0 15 451 100 101
Binary 11011001 1101110 11011111 11 110011 0 1101 100101001 1000000 1000001

Color Harmonies of #D96EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96EDF

Black with #D96EDF

Text Example


Text Example

White with #D96EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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