Html Css Color HEX #D97DC1 Orchid

📋 copy color: '#D97DC1'

red 217 ◦ green 125 ◦ blue 193

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

Shades of Orchid #D97DC1

Tints of Orchid #D97DC1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.36%

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

R = 40.56%
G = 23.36%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D97DC1 (or 0xD97DC1) is known color: Orchid. HEX triplet: D9, 7D and C1. RGB value is (217,125,193). Sum of RGB (Red+Green+Blue) = 217+125+193=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D97DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97DC1 is #26823E. Grayscale: #A0A0A0. Windows color (decimal): -2523711 or 12680665. OLE color: 12680665.

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

Color convert

RGB 217 125 193 -
CMYK 0 0.42 0.11 0.15
HSL 315.65º 0.55% 0.67% -
HSV(B) 315.65º 0.42% 0.85% -
XYZ 45.57 33.27 54.47 -
YUV 160.26 146.48 168.47 -
System Red Green Blue C M Y K H S L
Decimal 217 125 193 0 0.42 0.11 0.15 315.65 0.55 0.67
Hex D9 7D C1 0 2A B F 13C 37 43
Octal 331 175 301 0 52 13 17 474 67 103
Binary 11011001 1111101 11000001 0 101010 1011 1111 100111100 110111 1000011

Color Harmonies of #D97DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97DC1

Black with #D97DC1

Text Example


Text Example

White with #D97DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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