Html Css Color HEX #D97FC7 Orchid

📋 copy color: '#D97FC7'

red 217 ◦ green 127 ◦ blue 199

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

Shades of Orchid #D97FC7

Tints of Orchid #D97FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.65%

R = 39.96%
G = 23.39%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D97FC7 (or 0xD97FC7) is known color: Orchid. HEX triplet: D9, 7F and C7. RGB value is (217,127,199). Sum of RGB (Red+Green+Blue) = 217+127+199=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 199 (78.12% from 255 or 36.65% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D97FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97FC7 is #268038. Grayscale: #A1A1A1. Windows color (decimal): -2523193 or 13074393. OLE color: 13074393.

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

Color convert

RGB 217 127 199 -
CMYK 0 0.41 0.08 0.15
HSL 312º 0.54% 0.67% -
HSV(B) 312º 0.41% 0.85% -
XYZ 46.51 34.05 58.15 -
YUV 162.12 148.82 167.15 -
System Red Green Blue C M Y K H S L
Decimal 217 127 199 0 0.41 0.08 0.15 312 0.54 0.67
Hex D9 7F C7 0 29 8 F 138 36 43
Octal 331 177 307 0 51 10 17 470 66 103
Binary 11011001 1111111 11000111 0 101001 1000 1111 100111000 110110 1000011

Color Harmonies of #D97FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97FC7

Black with #D97FC7

Text Example


Text Example

White with #D97FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97FC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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