Html Css Color HEX #D97DD0 Orchid

📋 copy color: '#D97DD0'

red 217 ◦ green 125 ◦ blue 208

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

Shades of Orchid #D97DD0

Tints of Orchid #D97DD0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.73%

 BLUE value IS 208 (81.64% from 255) = 37.82%

R = 39.45%
G = 22.73%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D97DD0 (or 0xD97DD0) is known color: Orchid. HEX triplet: D9, 7D and D0. RGB value is (217,125,208). Sum of RGB (Red+Green+Blue) = 217+125+208=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 125 (49.22% from 255 or 22.73% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 217 - color contains mainly: red. Hex color #D97DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97DD0 is #26822F. Grayscale: #A1A1A1. Windows color (decimal): -2523696 or 13663705. OLE color: 13663705.

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

Color convert

RGB 217 125 208 -
CMYK 0 0.42 0.04 0.15
HSL 305.87º 0.55% 0.67% -
HSV(B) 305.87º 0.42% 0.85% -
XYZ 47.33 33.97 63.74 -
YUV 161.97 153.98 167.25 -
System Red Green Blue C M Y K H S L
Decimal 217 125 208 0 0.42 0.04 0.15 305.87 0.55 0.67
Hex D9 7D D0 0 2A 4 F 132 37 43
Octal 331 175 320 0 52 4 17 462 67 103
Binary 11011001 1111101 11010000 0 101010 100 1111 100110010 110111 1000011

Color Harmonies of #D97DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97DD0

Black with #D97DD0

Text Example


Text Example

White with #D97DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97DD0; }

 p { color: rgb(217,125,208); }

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

background-color css

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

 a { background-color: rgb(217,125,208); }

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

border-color css

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

 span { border-color: rgb(217,125,208); }

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