Html Css Color HEX #D97EC9 Orchid

📋 copy color: '#D97EC9'

red 217 ◦ green 126 ◦ blue 201

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

Shades of Orchid #D97EC9

Tints of Orchid #D97EC9

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.16%

 BLUE value IS 201 (78.91% from 255) = 36.95%

R = 39.89%
G = 23.16%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D97EC9 (or 0xD97EC9) is known color: Orchid. HEX triplet: D9, 7E and C9. RGB value is (217,126,201). Sum of RGB (Red+Green+Blue) = 217+126+201=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 126 (49.61% from 255 or 23.16% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 217 - color contains mainly: red. Hex color #D97EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97EC9 is #268136. Grayscale: #A1A1A1. Windows color (decimal): -2523447 or 13205209. OLE color: 13205209.

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

Color convert

RGB 217 126 201 -
CMYK 0 0.42 0.07 0.15
HSL 310.55º 0.54% 0.67% -
HSV(B) 310.55º 0.42% 0.85% -
XYZ 46.62 33.89 59.34 -
YUV 161.76 150.15 167.4 -
System Red Green Blue C M Y K H S L
Decimal 217 126 201 0 0.42 0.07 0.15 310.55 0.54 0.67
Hex D9 7E C9 0 2A 7 F 137 36 43
Octal 331 176 311 0 52 7 17 467 66 103
Binary 11011001 1111110 11001001 0 101010 111 1111 100110111 110110 1000011

Color Harmonies of #D97EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97EC9

Black with #D97EC9

Text Example


Text Example

White with #D97EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97EC9; }

 p { color: rgb(217,126,201); }

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

background-color css

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

 a { background-color: rgb(217,126,201); }

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

border-color css

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

 span { border-color: rgb(217,126,201); }

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