Html Css Color HEX #D97DD2 Orchid

📋 copy color: '#D97DD2'

red 217 ◦ green 125 ◦ blue 210

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

Shades of Orchid #D97DD2

Tints of Orchid #D97DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.04%

R = 39.31%
G = 22.64%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D97DD2 (or 0xD97DD2) is known color: Orchid. HEX triplet: D9, 7D and D2. RGB value is (217,125,210). Sum of RGB (Red+Green+Blue) = 217+125+210=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 125 (49.22% from 255 or 22.64% from 552); Blue value is 210 (82.42% from 255 or 38.04% from 552); Max value from RGB is 217 - color contains mainly: red. Hex color #D97DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97DD2 is #26822D. Grayscale: #A1A1A1. Windows color (decimal): -2523694 or 13794777. OLE color: 13794777.

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

Color convert

RGB 217 125 210 -
CMYK 0 0.42 0.03 0.15
HSL 304.57º 0.55% 0.67% -
HSV(B) 304.57º 0.42% 0.85% -
XYZ 47.58 34.07 65.04 -
YUV 162.2 154.98 167.09 -
System Red Green Blue C M Y K H S L
Decimal 217 125 210 0 0.42 0.03 0.15 304.57 0.55 0.67
Hex D9 7D D2 0 2A 3 F 131 37 43
Octal 331 175 322 0 52 3 17 461 67 103
Binary 11011001 1111101 11010010 0 101010 11 1111 100110001 110111 1000011

Color Harmonies of #D97DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97DD2

Black with #D97DD2

Text Example


Text Example

White with #D97DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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