Html Css Color HEX #D977CB Orchid

📋 copy color: '#D977CB'

red 217 ◦ green 119 ◦ blue 203

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

Shades of Orchid #D977CB

Tints of Orchid #D977CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.66%

R = 40.26%
G = 22.08%
B = 37.66%

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

#D977CB (or 0xD977CB) is known color: Orchid. HEX triplet: D9, 77 and CB. RGB value is (217,119,203). Sum of RGB (Red+Green+Blue) = 217+119+203=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 119 (46.88% from 255 or 22.08% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D977CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D977CB is #268834. Grayscale: #9D9D9D. Windows color (decimal): -2525237 or 13334489. OLE color: 13334489.

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

Color convert

RGB 217 119 203 -
CMYK 0 0.45 0.06 0.15
HSL 308.57º 0.56% 0.66% -
HSV(B) 308.57º 0.45% 0.85% -
XYZ 45.99 32.26 60.3 -
YUV 157.88 153.47 170.17 -
System Red Green Blue C M Y K H S L
Decimal 217 119 203 0 0.45 0.06 0.15 308.57 0.56 0.66
Hex D9 77 CB 0 2D 6 F 135 38 42
Octal 331 167 313 0 55 6 17 465 70 102
Binary 11011001 1110111 11001011 0 101101 110 1111 100110101 111000 1000010

Color Harmonies of #D977CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D977CB

Black with #D977CB

Text Example


Text Example

White with #D977CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D977CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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