Html Css Color HEX #D977DD Orchid

📋 copy color: '#D977DD'

red 217 ◦ green 119 ◦ blue 221

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

Shades of Orchid #D977DD

Tints of Orchid #D977DD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.36%

 BLUE value IS 221 (86.72% from 255) = 39.68%

R = 38.96%
G = 21.36%
B = 39.68%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D977DD (or 0xD977DD) is known color: Orchid. HEX triplet: D9, 77 and DD. RGB value is (217,119,221). Sum of RGB (Red+Green+Blue) = 217+119+221=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 119 (46.88% from 255 or 21.36% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #D977DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D977DD is #268822. Grayscale: #9F9F9F. Windows color (decimal): -2525219 or 14514137. OLE color: 14514137.

HSL color Cylindrical-coordinate representation of color #D977DD: hue angle of 297.65º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D977DD is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 119 221 -
CMYK 0.02 0.46 0 0.13
HSL 297.65º 0.6% 0.67% -
HSV(B) 297.65º 0.46% 0.87% -
XYZ 48.26 33.17 72.26 -
YUV 159.93 162.47 168.71 -
System Red Green Blue C M Y K H S L
Decimal 217 119 221 0.02 0.46 0 0.13 297.65 0.6 0.67
Hex D9 77 DD 2 2E 0 D 12A 3C 43
Octal 331 167 335 2 56 0 15 452 74 103
Binary 11011001 1110111 11011101 10 101110 0 1101 100101010 111100 1000011

Color Harmonies of #D977DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D977DD

Black with #D977DD

Text Example


Text Example

White with #D977DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D977DD; }

 p { color: rgb(217,119,221); }

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

background-color css

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

 a { background-color: rgb(217,119,221); }

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

border-color css

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

 span { border-color: rgb(217,119,221); }

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