Html Css Color HEX #D97AD3 Orchid

📋 copy color: '#D97AD3'

red 217 ◦ green 122 ◦ blue 211

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

Shades of Orchid #D97AD3

Tints of Orchid #D97AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.36%

R = 39.45%
G = 22.18%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D97AD3 (or 0xD97AD3) is known color: Orchid. HEX triplet: D9, 7A and D3. RGB value is (217,122,211). Sum of RGB (Red+Green+Blue) = 217+122+211=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 122 (48.05% from 255 or 22.18% from 550); Blue value is 211 (82.81% from 255 or 38.36% from 550); Max value from RGB is 217 - color contains mainly: red. Hex color #D97AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97AD3 is #26852C. Grayscale: #A0A0A0. Windows color (decimal): -2524461 or 13859545. OLE color: 13859545.

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

Color convert

RGB 217 122 211 -
CMYK 0 0.44 0.03 0.15
HSL 303.79º 0.56% 0.66% -
HSV(B) 303.79º 0.44% 0.85% -
XYZ 47.33 33.37 65.58 -
YUV 160.55 156.47 168.26 -
System Red Green Blue C M Y K H S L
Decimal 217 122 211 0 0.44 0.03 0.15 303.79 0.56 0.66
Hex D9 7A D3 0 2C 3 F 130 38 42
Octal 331 172 323 0 54 3 17 460 70 102
Binary 11011001 1111010 11010011 0 101100 11 1111 100110000 111000 1000010

Color Harmonies of #D97AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97AD3

Black with #D97AD3

Text Example


Text Example

White with #D97AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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