Html Css Color HEX #D97ECF Orchid

📋 copy color: '#D97ECF'

red 217 ◦ green 126 ◦ blue 207

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

Shades of Orchid #D97ECF

Tints of Orchid #D97ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.64%

R = 39.45%
G = 22.91%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D97ECF (or 0xD97ECF) is known color: Orchid. HEX triplet: D9, 7E and CF. RGB value is (217,126,207). Sum of RGB (Red+Green+Blue) = 217+126+207=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 126 (49.61% from 255 or 22.91% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 217 - color contains mainly: red. Hex color #D97ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97ECF is #268130. Grayscale: #A2A2A2. Windows color (decimal): -2523441 or 13598425. OLE color: 13598425.

HSL color Cylindrical-coordinate representation of color #D97ECF: hue angle of 306.59º 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 #D97ECF is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 126 207 -
CMYK 0 0.42 0.05 0.15
HSL 306.59º 0.54% 0.67% -
HSV(B) 306.59º 0.42% 0.85% -
XYZ 47.34 34.18 63.13 -
YUV 162.44 153.15 166.91 -
System Red Green Blue C M Y K H S L
Decimal 217 126 207 0 0.42 0.05 0.15 306.59 0.54 0.67
Hex D9 7E CF 0 2A 5 F 133 36 43
Octal 331 176 317 0 52 5 17 463 66 103
Binary 11011001 1111110 11001111 0 101010 101 1111 100110011 110110 1000011

Color Harmonies of #D97ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97ECF

Black with #D97ECF

Text Example


Text Example

White with #D97ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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