Html Css Color HEX #D977CD Orchid

📋 copy color: '#D977CD'

red 217 ◦ green 119 ◦ blue 205

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

Shades of Orchid #D977CD

Tints of Orchid #D977CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.89%

R = 40.11%
G = 22%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D977CD (or 0xD977CD) is known color: Orchid. HEX triplet: D9, 77 and CD. RGB value is (217,119,205). Sum of RGB (Red+Green+Blue) = 217+119+205=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 119 (46.88% from 255 or 22.00% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D977CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D977CD is #268832. Grayscale: #9D9D9D. Windows color (decimal): -2525235 or 13465561. OLE color: 13465561.

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

Color convert

RGB 217 119 205 -
CMYK 0 0.45 0.06 0.15
HSL 307.35º 0.56% 0.66% -
HSV(B) 307.35º 0.45% 0.85% -
XYZ 46.23 32.35 61.57 -
YUV 158.11 154.47 170.01 -
System Red Green Blue C M Y K H S L
Decimal 217 119 205 0 0.45 0.06 0.15 307.35 0.56 0.66
Hex D9 77 CD 0 2D 6 F 133 38 42
Octal 331 167 315 0 55 6 17 463 70 102
Binary 11011001 1110111 11001101 0 101101 110 1111 100110011 111000 1000010

Color Harmonies of #D977CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D977CD

Black with #D977CD

Text Example


Text Example

White with #D977CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D977CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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