Html Css Color HEX #D977DF Orchid

📋 copy color: '#D977DF'

red 217 ◦ green 119 ◦ blue 223

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

Shades of Orchid #D977DF

Tints of Orchid #D977DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.89%

R = 38.82%
G = 21.29%
B = 39.89%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D977DF (or 0xD977DF) is known color: Orchid. HEX triplet: D9, 77 and DF. RGB value is (217,119,223). Sum of RGB (Red+Green+Blue) = 217+119+223=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 119 (46.88% from 255 or 21.29% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #D977DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D977DF is #268820. Grayscale: #9F9F9F. Windows color (decimal): -2525217 or 14645209. OLE color: 14645209.

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

Color convert

RGB 217 119 223 -
CMYK 0.03 0.47 0 0.13
HSL 296.54º 0.62% 0.67% -
HSV(B) 296.54º 0.47% 0.87% -
XYZ 48.53 33.27 73.68 -
YUV 160.16 163.47 168.54 -
System Red Green Blue C M Y K H S L
Decimal 217 119 223 0.03 0.47 0 0.13 296.54 0.62 0.67
Hex D9 77 DF 3 2F 0 D 129 3E 43
Octal 331 167 337 3 57 0 15 451 76 103
Binary 11011001 1110111 11011111 11 101111 0 1101 100101001 111110 1000011

Color Harmonies of #D977DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D977DF

Black with #D977DF

Text Example


Text Example

White with #D977DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D977DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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