Html Css Color HEX #D97FD3 Orchid

📋 copy color: '#D97FD3'

red 217 ◦ green 127 ◦ blue 211

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

Shades of Orchid #D97FD3

Tints of Orchid #D97FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.02%

R = 39.1%
G = 22.88%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D97FD3 (or 0xD97FD3) is known color: Orchid. HEX triplet: D9, 7F and D3. RGB value is (217,127,211). Sum of RGB (Red+Green+Blue) = 217+127+211=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 127 (50% from 255 or 22.88% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 217 - color contains mainly: red. Hex color #D97FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97FD3 is #26802C. Grayscale: #A3A3A3. Windows color (decimal): -2523181 or 13860825. OLE color: 13860825.

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

Color convert

RGB 217 127 211 -
CMYK 0 0.41 0.03 0.15
HSL 304º 0.54% 0.67% -
HSV(B) 304º 0.41% 0.85% -
XYZ 47.96 34.63 65.79 -
YUV 163.49 154.82 166.17 -
System Red Green Blue C M Y K H S L
Decimal 217 127 211 0 0.41 0.03 0.15 304 0.54 0.67
Hex D9 7F D3 0 29 3 F 130 36 43
Octal 331 177 323 0 51 3 17 460 66 103
Binary 11011001 1111111 11010011 0 101001 11 1111 100110000 110110 1000011

Color Harmonies of #D97FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97FD3

Black with #D97FD3

Text Example


Text Example

White with #D97FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97FD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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