Html Css Color HEX #D877CC Orchid

📋 copy color: '#D877CC'

red 216 ◦ green 119 ◦ blue 204

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

Shades of Orchid #D877CC

Tints of Orchid #D877CC

RGB

 RED value IS 216 (84.77% from 255) = 40.07%

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

 BLUE value IS 204 (80.08% from 255) = 37.85%

R = 40.07%
G = 22.08%
B = 37.85%

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

#D877CC (or 0xD877CC) is known color: Orchid. HEX triplet: D8, 77 and CC. RGB value is (216,119,204). Sum of RGB (Red+Green+Blue) = 216+119+204=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 119 (46.88% from 255 or 22.08% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D877CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D877CC is #278833. Grayscale: #9D9D9D. Windows color (decimal): -2590772 or 13400024. OLE color: 13400024.

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

Color convert

RGB 216 119 204 -
CMYK 0 0.45 0.06 0.15
HSL 307.42º 0.55% 0.66% -
HSV(B) 307.42º 0.45% 0.85% -
XYZ 45.81 32.15 60.92 -
YUV 157.69 154.14 169.59 -
System Red Green Blue C M Y K H S L
Decimal 216 119 204 0 0.45 0.06 0.15 307.42 0.55 0.66
Hex D8 77 CC 0 2D 6 F 133 37 42
Octal 330 167 314 0 55 6 17 463 67 102
Binary 11011000 1110111 11001100 0 101101 110 1111 100110011 110111 1000010

Color Harmonies of #D877CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D877CC

Black with #D877CC

Text Example


Text Example

White with #D877CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D877CC; }

 p { color: rgb(216,119,204); }

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

background-color css

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

 a { background-color: rgb(216,119,204); }

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

border-color css

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

 span { border-color: rgb(216,119,204); }

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