Html Css Color HEX #D977DC Orchid

📋 copy color: '#D977DC'

red 217 ◦ green 119 ◦ blue 220

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

Shades of Orchid #D977DC

Tints of Orchid #D977DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.57%

R = 39.03%
G = 21.4%
B = 39.57%

CMYK

 C value IS 0.01

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D977DC (or 0xD977DC) is known color: Orchid. HEX triplet: D9, 77 and DC. RGB value is (217,119,220). Sum of RGB (Red+Green+Blue) = 217+119+220=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 119 (46.88% from 255 or 21.40% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #D977DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D977DC is #268823. Grayscale: #9F9F9F. Windows color (decimal): -2525220 or 14448601. OLE color: 14448601.

HSL color Cylindrical-coordinate representation of color #D977DC: hue angle of 298.22º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D977DC is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 119 220 -
CMYK 0.01 0.46 0 0.14
HSL 298.22º 0.59% 0.66% -
HSV(B) 298.22º 0.46% 0.86% -
XYZ 48.13 33.11 71.56 -
YUV 159.82 161.97 168.79 -
System Red Green Blue C M Y K H S L
Decimal 217 119 220 0.01 0.46 0 0.14 298.22 0.59 0.66
Hex D9 77 DC 1 2E 0 E 12A 3B 42
Octal 331 167 334 1 56 0 16 452 73 102
Binary 11011001 1110111 11011100 1 101110 0 1110 100101010 111011 1000010

Color Harmonies of #D977DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D977DC

Black with #D977DC

Text Example


Text Example

White with #D977DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D977DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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