Html Css Color HEX #D977CE Orchid

📋 copy color: '#D977CE'

red 217 ◦ green 119 ◦ blue 206

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

Shades of Orchid #D977CE

Tints of Orchid #D977CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.01%

R = 40.04%
G = 21.96%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D977CE (or 0xD977CE) is known color: Orchid. HEX triplet: D9, 77 and CE. RGB value is (217,119,206). Sum of RGB (Red+Green+Blue) = 217+119+206=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D977CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D977CE is #268831. Grayscale: #9D9D9D. Windows color (decimal): -2525234 or 13531097. OLE color: 13531097.

HSL color Cylindrical-coordinate representation of color #D977CE: hue angle of 306.73º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D977CE is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 119 206 -
CMYK 0 0.45 0.05 0.15
HSL 306.73º 0.56% 0.66% -
HSV(B) 306.73º 0.45% 0.85% -
XYZ 46.35 32.4 62.2 -
YUV 158.22 154.97 169.93 -
System Red Green Blue C M Y K H S L
Decimal 217 119 206 0 0.45 0.05 0.15 306.73 0.56 0.66
Hex D9 77 CE 0 2D 5 F 133 38 42
Octal 331 167 316 0 55 5 17 463 70 102
Binary 11011001 1110111 11001110 0 101101 101 1111 100110011 111000 1000010

Color Harmonies of #D977CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D977CE

Black with #D977CE

Text Example


Text Example

White with #D977CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D977CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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