Html Css Color HEX #D97AD1 Orchid

📋 copy color: '#D97AD1'

red 217 ◦ green 122 ◦ blue 209

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

Shades of Orchid #D97AD1

Tints of Orchid #D97AD1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.26%

 BLUE value IS 209 (82.03% from 255) = 38.14%

R = 39.6%
G = 22.26%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D97AD1 (or 0xD97AD1) is known color: Orchid. HEX triplet: D9, 7A and D1. RGB value is (217,122,209). Sum of RGB (Red+Green+Blue) = 217+122+209=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 122 (48.05% from 255 or 22.26% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D97AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97AD1 is #26852E. Grayscale: #A0A0A0. Windows color (decimal): -2524463 or 13728473. OLE color: 13728473.

HSL color Cylindrical-coordinate representation of color #D97AD1: hue angle of 305.05º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D97AD1 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 122 209 -
CMYK 0 0.44 0.04 0.15
HSL 305.05º 0.56% 0.66% -
HSV(B) 305.05º 0.44% 0.85% -
XYZ 47.08 33.27 64.26 -
YUV 160.32 155.47 168.43 -
System Red Green Blue C M Y K H S L
Decimal 217 122 209 0 0.44 0.04 0.15 305.05 0.56 0.66
Hex D9 7A D1 0 2C 4 F 131 38 42
Octal 331 172 321 0 54 4 17 461 70 102
Binary 11011001 1111010 11010001 0 101100 100 1111 100110001 111000 1000010

Color Harmonies of #D97AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97AD1

Black with #D97AD1

Text Example


Text Example

White with #D97AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97AD1; }

 p { color: rgb(217,122,209); }

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

background-color css

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

 a { background-color: rgb(217,122,209); }

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

border-color css

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

 span { border-color: rgb(217,122,209); }

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