Html Css Color HEX #D97FC9 Orchid

📋 copy color: '#D97FC9'

red 217 ◦ green 127 ◦ blue 201

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

Shades of Orchid #D97FC9

Tints of Orchid #D97FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.88%

R = 39.82%
G = 23.3%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D97FC9 (or 0xD97FC9) is known color: Orchid. HEX triplet: D9, 7F and C9. RGB value is (217,127,201). Sum of RGB (Red+Green+Blue) = 217+127+201=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D97FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97FC9 is #268036. Grayscale: #A2A2A2. Windows color (decimal): -2523191 or 13205465. OLE color: 13205465.

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

Color convert

RGB 217 127 201 -
CMYK 0 0.41 0.07 0.15
HSL 310.67º 0.54% 0.67% -
HSV(B) 310.67º 0.41% 0.85% -
XYZ 46.75 34.15 59.39 -
YUV 162.35 149.82 166.98 -
System Red Green Blue C M Y K H S L
Decimal 217 127 201 0 0.41 0.07 0.15 310.67 0.54 0.67
Hex D9 7F C9 0 29 7 F 137 36 43
Octal 331 177 311 0 51 7 17 467 66 103
Binary 11011001 1111111 11001001 0 101001 111 1111 100110111 110110 1000011

Color Harmonies of #D97FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97FC9

Black with #D97FC9

Text Example


Text Example

White with #D97FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97FC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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