Html Css Color HEX #D97FC1 Orchid

📋 copy color: '#D97FC1'

red 217 ◦ green 127 ◦ blue 193

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

Shades of Orchid #D97FC1

Tints of Orchid #D97FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.94%

R = 40.41%
G = 23.65%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D97FC1 (or 0xD97FC1) is known color: Orchid. HEX triplet: D9, 7F and C1. RGB value is (217,127,193). Sum of RGB (Red+Green+Blue) = 217+127+193=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 127 (50% from 255 or 23.65% from 537); Blue value is 193 (75.78% from 255 or 35.94% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D97FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97FC1 is #26803E. Grayscale: #A1A1A1. Windows color (decimal): -2523199 or 12681177. OLE color: 12681177.

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

Color convert

RGB 217 127 193 -
CMYK 0 0.41 0.11 0.15
HSL 316º 0.54% 0.67% -
HSV(B) 316º 0.41% 0.85% -
XYZ 45.83 33.78 54.56 -
YUV 161.43 145.82 167.63 -
System Red Green Blue C M Y K H S L
Decimal 217 127 193 0 0.41 0.11 0.15 316 0.54 0.67
Hex D9 7F C1 0 29 B F 13C 36 43
Octal 331 177 301 0 51 13 17 474 66 103
Binary 11011001 1111111 11000001 0 101001 1011 1111 100111100 110110 1000011

Color Harmonies of #D97FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97FC1

Black with #D97FC1

Text Example


Text Example

White with #D97FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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