Html Css Color HEX #D97FCD Orchid

📋 copy color: '#D97FCD'

red 217 ◦ green 127 ◦ blue 205

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

Shades of Orchid #D97FCD

Tints of Orchid #D97FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 23.13%

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

R = 39.53%
G = 23.13%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D97FCD (or 0xD97FCD) is known color: Orchid. HEX triplet: D9, 7F and CD. RGB value is (217,127,205). Sum of RGB (Red+Green+Blue) = 217+127+205=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 127 (50% from 255 or 23.13% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 217 - color contains mainly: red. Hex color #D97FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97FCD is #268032. Grayscale: #A2A2A2. Windows color (decimal): -2523187 or 13467609. OLE color: 13467609.

HSL color Cylindrical-coordinate representation of color #D97FCD: hue angle of 308º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D97FCD is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 127 205 -
CMYK 0 0.41 0.06 0.15
HSL 308º 0.54% 0.67% -
HSV(B) 308º 0.41% 0.85% -
XYZ 47.22 34.34 61.9 -
YUV 162.8 151.82 166.66 -
System Red Green Blue C M Y K H S L
Decimal 217 127 205 0 0.41 0.06 0.15 308 0.54 0.67
Hex D9 7F CD 0 29 6 F 134 36 43
Octal 331 177 315 0 51 6 17 464 66 103
Binary 11011001 1111111 11001101 0 101001 110 1111 100110100 110110 1000011

Color Harmonies of #D97FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97FCD

Black with #D97FCD

Text Example


Text Example

White with #D97FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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