Html Css Color HEX #D97DC9 Orchid

📋 copy color: '#D97DC9'

red 217 ◦ green 125 ◦ blue 201

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

Shades of Orchid #D97DC9

Tints of Orchid #D97DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.02%

R = 39.96%
G = 23.02%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D97DC9 (or 0xD97DC9) is known color: Orchid. HEX triplet: D9, 7D and C9. RGB value is (217,125,201). Sum of RGB (Red+Green+Blue) = 217+125+201=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 201 (78.91% from 255 or 37.02% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D97DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97DC9 is #268236. Grayscale: #A0A0A0. Windows color (decimal): -2523703 or 13204953. OLE color: 13204953.

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

Color convert

RGB 217 125 201 -
CMYK 0 0.42 0.07 0.15
HSL 310.43º 0.55% 0.67% -
HSV(B) 310.43º 0.42% 0.85% -
XYZ 46.49 33.64 59.3 -
YUV 161.17 150.48 167.82 -
System Red Green Blue C M Y K H S L
Decimal 217 125 201 0 0.42 0.07 0.15 310.43 0.55 0.67
Hex D9 7D C9 0 2A 7 F 136 37 43
Octal 331 175 311 0 52 7 17 466 67 103
Binary 11011001 1111101 11001001 0 101010 111 1111 100110110 110111 1000011

Color Harmonies of #D97DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97DC9

Black with #D97DC9

Text Example


Text Example

White with #D97DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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