Html Css Color HEX #D97EDE Orchid

📋 copy color: '#D97EDE'

red 217 ◦ green 126 ◦ blue 222

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

Shades of Orchid #D97EDE

Tints of Orchid #D97EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.29%

R = 38.41%
G = 22.3%
B = 39.29%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D97EDE (or 0xD97EDE) is known color: Orchid. HEX triplet: D9, 7E and DE. RGB value is (217,126,222). Sum of RGB (Red+Green+Blue) = 217+126+222=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 126 (49.61% from 255 or 22.30% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #D97EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97EDE is #268121. Grayscale: #A3A3A3. Windows color (decimal): -2523426 or 14581465. OLE color: 14581465.

HSL color Cylindrical-coordinate representation of color #D97EDE: hue angle of 296.88º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D97EDE is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 126 222 -
CMYK 0.02 0.43 0 0.13
HSL 296.88º 0.59% 0.68% -
HSV(B) 296.88º 0.43% 0.87% -
XYZ 49.26 34.95 73.26 -
YUV 164.15 160.65 165.69 -
System Red Green Blue C M Y K H S L
Decimal 217 126 222 0.02 0.43 0 0.13 296.88 0.59 0.68
Hex D9 7E DE 2 2B 0 D 129 3B 44
Octal 331 176 336 2 53 0 15 451 73 104
Binary 11011001 1111110 11011110 10 101011 0 1101 100101001 111011 1000100

Color Harmonies of #D97EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97EDE

Black with #D97EDE

Text Example


Text Example

White with #D97EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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