Html Css Color HEX #D97ACE Orchid

📋 copy color: '#D97ACE'

red 217 ◦ green 122 ◦ blue 206

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

Shades of Orchid #D97ACE

Tints of Orchid #D97ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.8%

R = 39.82%
G = 22.39%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D97ACE (or 0xD97ACE) is known color: Orchid. HEX triplet: D9, 7A and CE. RGB value is (217,122,206). Sum of RGB (Red+Green+Blue) = 217+122+206=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 122 (48.05% from 255 or 22.39% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D97ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97ACE is #268531. Grayscale: #9F9F9F. Windows color (decimal): -2524466 or 13531865. OLE color: 13531865.

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

Color convert

RGB 217 122 206 -
CMYK 0 0.44 0.05 0.15
HSL 306.95º 0.56% 0.66% -
HSV(B) 306.95º 0.44% 0.85% -
XYZ 46.72 33.13 62.32 -
YUV 159.98 153.97 168.67 -
System Red Green Blue C M Y K H S L
Decimal 217 122 206 0 0.44 0.05 0.15 306.95 0.56 0.66
Hex D9 7A CE 0 2C 5 F 133 38 42
Octal 331 172 316 0 54 5 17 463 70 102
Binary 11011001 1111010 11001110 0 101100 101 1111 100110011 111000 1000010

Color Harmonies of #D97ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97ACE

Black with #D97ACE

Text Example


Text Example

White with #D97ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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