Html Css Color HEX #D97ACD Orchid

📋 copy color: '#D97ACD'

red 217 ◦ green 122 ◦ blue 205

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

Shades of Orchid #D97ACD

Tints of Orchid #D97ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.68%

R = 39.89%
G = 22.43%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D97ACD (or 0xD97ACD) is known color: Orchid. HEX triplet: D9, 7A and CD. RGB value is (217,122,205). Sum of RGB (Red+Green+Blue) = 217+122+205=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 122 (48.05% from 255 or 22.43% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 217 - color contains mainly: red. Hex color #D97ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97ACD is #268532. Grayscale: #9F9F9F. Windows color (decimal): -2524467 or 13466329. OLE color: 13466329.

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

Color convert

RGB 217 122 205 -
CMYK 0 0.44 0.06 0.15
HSL 307.58º 0.56% 0.66% -
HSV(B) 307.58º 0.44% 0.85% -
XYZ 46.59 33.08 61.69 -
YUV 159.87 153.47 168.75 -
System Red Green Blue C M Y K H S L
Decimal 217 122 205 0 0.44 0.06 0.15 307.58 0.56 0.66
Hex D9 7A CD 0 2C 6 F 134 38 42
Octal 331 172 315 0 54 6 17 464 70 102
Binary 11011001 1111010 11001101 0 101100 110 1111 100110100 111000 1000010

Color Harmonies of #D97ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97ACD

Black with #D97ACD

Text Example


Text Example

White with #D97ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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