Html Css Color HEX #D97ADE Orchid

📋 copy color: '#D97ADE'

red 217 ◦ green 122 ◦ blue 222

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

Shades of Orchid #D97ADE

Tints of Orchid #D97ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.57%

R = 38.68%
G = 21.75%
B = 39.57%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D97ADE (or 0xD97ADE) is known color: Orchid. HEX triplet: D9, 7A and DE. RGB value is (217,122,222). Sum of RGB (Red+Green+Blue) = 217+122+222=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 122 (48.05% from 255 or 21.75% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #D97ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97ADE is #268521. Grayscale: #A1A1A1. Windows color (decimal): -2524450 or 14580441. OLE color: 14580441.

HSL color Cylindrical-coordinate representation of color #D97ADE: hue angle of 297º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D97ADE is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 122 222 -
CMYK 0.02 0.45 0 0.13
HSL 297º 0.6% 0.67% -
HSV(B) 297º 0.45% 0.87% -
XYZ 48.76 33.94 73.09 -
YUV 161.81 161.97 167.37 -
System Red Green Blue C M Y K H S L
Decimal 217 122 222 0.02 0.45 0 0.13 297 0.6 0.67
Hex D9 7A DE 2 2D 0 D 129 3C 43
Octal 331 172 336 2 55 0 15 451 74 103
Binary 11011001 1111010 11011110 10 101101 0 1101 100101001 111100 1000011

Color Harmonies of #D97ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97ADE

Black with #D97ADE

Text Example


Text Example

White with #D97ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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