Html Css Color HEX #D877C8 Orchid

📋 copy color: '#D877C8'

red 216 ◦ green 119 ◦ blue 200

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

Shades of Orchid #D877C8

Tints of Orchid #D877C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.38%

R = 40.37%
G = 22.24%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D877C8 (or 0xD877C8) is known color: Orchid. HEX triplet: D8, 77 and C8. RGB value is (216,119,200). Sum of RGB (Red+Green+Blue) = 216+119+200=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 119 (46.88% from 255 or 22.24% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D877C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D877C8 is #278837. Grayscale: #9D9D9D. Windows color (decimal): -2590776 or 13137880. OLE color: 13137880.

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

Color convert

RGB 216 119 200 -
CMYK 0 0.45 0.07 0.15
HSL 309.9º 0.55% 0.66% -
HSV(B) 309.9º 0.45% 0.85% -
XYZ 45.34 31.96 58.42 -
YUV 157.24 152.14 169.91 -
System Red Green Blue C M Y K H S L
Decimal 216 119 200 0 0.45 0.07 0.15 309.9 0.55 0.66
Hex D8 77 C8 0 2D 7 F 136 37 42
Octal 330 167 310 0 55 7 17 466 67 102
Binary 11011000 1110111 11001000 0 101101 111 1111 100110110 110111 1000010

Color Harmonies of #D877C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D877C8

Black with #D877C8

Text Example


Text Example

White with #D877C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D877C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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