Html Css Color HEX #D97FCE Orchid

📋 copy color: '#D97FCE'

red 217 ◦ green 127 ◦ blue 206

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

Shades of Orchid #D97FCE

Tints of Orchid #D97FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.45%

R = 39.45%
G = 23.09%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D97FCE (or 0xD97FCE) is known color: Orchid. HEX triplet: D9, 7F and CE. RGB value is (217,127,206). Sum of RGB (Red+Green+Blue) = 217+127+206=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 127 (50% from 255 or 23.09% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 217 - color contains mainly: red. Hex color #D97FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97FCE is #268031. Grayscale: #A2A2A2. Windows color (decimal): -2523186 or 13533145. OLE color: 13533145.

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

Color convert

RGB 217 127 206 -
CMYK 0 0.41 0.05 0.15
HSL 307.33º 0.54% 0.67% -
HSV(B) 307.33º 0.41% 0.85% -
XYZ 47.35 34.39 62.53 -
YUV 162.92 152.32 166.58 -
System Red Green Blue C M Y K H S L
Decimal 217 127 206 0 0.41 0.05 0.15 307.33 0.54 0.67
Hex D9 7F CE 0 29 5 F 133 36 43
Octal 331 177 316 0 51 5 17 463 66 103
Binary 11011001 1111111 11001110 0 101001 101 1111 100110011 110110 1000011

Color Harmonies of #D97FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97FCE

Black with #D97FCE

Text Example


Text Example

White with #D97FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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