Html Css Color HEX #D97DCC Orchid

📋 copy color: '#D97DCC'

red 217 ◦ green 125 ◦ blue 204

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

Shades of Orchid #D97DCC

Tints of Orchid #D97DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.36%

R = 39.74%
G = 22.89%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D97DCC (or 0xD97DCC) is known color: Orchid. HEX triplet: D9, 7D and CC. RGB value is (217,125,204). Sum of RGB (Red+Green+Blue) = 217+125+204=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 217 - color contains mainly: red. Hex color #D97DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97DCC is #268233. Grayscale: #A1A1A1. Windows color (decimal): -2523700 or 13401561. OLE color: 13401561.

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

Color convert

RGB 217 125 204 -
CMYK 0 0.42 0.06 0.15
HSL 308.48º 0.55% 0.67% -
HSV(B) 308.48º 0.42% 0.85% -
XYZ 46.85 33.78 61.18 -
YUV 161.51 151.98 167.58 -
System Red Green Blue C M Y K H S L
Decimal 217 125 204 0 0.42 0.06 0.15 308.48 0.55 0.67
Hex D9 7D CC 0 2A 6 F 134 37 43
Octal 331 175 314 0 52 6 17 464 67 103
Binary 11011001 1111101 11001100 0 101010 110 1111 100110100 110111 1000011

Color Harmonies of #D97DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97DCC

Black with #D97DCC

Text Example


Text Example

White with #D97DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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