Html Css Color HEX #D97EC3 Orchid

📋 copy color: '#D97EC3'

red 217 ◦ green 126 ◦ blue 195

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

Shades of Orchid #D97EC3

Tints of Orchid #D97EC3

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.42%

 BLUE value IS 195 (76.56% from 255) = 36.25%

R = 40.33%
G = 23.42%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D97EC3 (or 0xD97EC3) is known color: Orchid. HEX triplet: D9, 7E and C3. RGB value is (217,126,195). Sum of RGB (Red+Green+Blue) = 217+126+195=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 126 (49.61% from 255 or 23.42% from 538); Blue value is 195 (76.56% from 255 or 36.25% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D97EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97EC3 is #26813C. Grayscale: #A0A0A0. Windows color (decimal): -2523453 or 12811993. OLE color: 12811993.

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

Color convert

RGB 217 126 195 -
CMYK 0 0.42 0.10 0.15
HSL 314.51º 0.54% 0.67% -
HSV(B) 314.51º 0.42% 0.85% -
XYZ 45.93 33.61 55.7 -
YUV 161.08 147.15 167.89 -
System Red Green Blue C M Y K H S L
Decimal 217 126 195 0 0.42 0.10 0.15 314.51 0.54 0.67
Hex D9 7E C3 0 2A A F 13B 36 43
Octal 331 176 303 0 52 12 17 473 66 103
Binary 11011001 1111110 11000011 0 101010 1010 1111 100111011 110110 1000011

Color Harmonies of #D97EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97EC3

Black with #D97EC3

Text Example


Text Example

White with #D97EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97EC3; }

 p { color: rgb(217,126,195); }

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

background-color css

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

 a { background-color: rgb(217,126,195); }

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

border-color css

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

 span { border-color: rgb(217,126,195); }

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