Html Css Color HEX #D877D0 Orchid

📋 copy color: '#D877D0'

red 216 ◦ green 119 ◦ blue 208

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

Shades of Orchid #D877D0

Tints of Orchid #D877D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.31%

R = 39.78%
G = 21.92%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D877D0 (or 0xD877D0) is known color: Orchid. HEX triplet: D8, 77 and D0. RGB value is (216,119,208). Sum of RGB (Red+Green+Blue) = 216+119+208=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 119 (46.88% from 255 or 21.92% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 216 - color contains mainly: red. Hex color #D877D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D877D0 is #27882F. Grayscale: #9D9D9D. Windows color (decimal): -2590768 or 13662168. OLE color: 13662168.

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

Color convert

RGB 216 119 208 -
CMYK 0 0.45 0.04 0.15
HSL 304.95º 0.55% 0.66% -
HSV(B) 304.95º 0.45% 0.85% -
XYZ 46.3 32.35 63.48 -
YUV 158.15 156.14 169.26 -
System Red Green Blue C M Y K H S L
Decimal 216 119 208 0 0.45 0.04 0.15 304.95 0.55 0.66
Hex D8 77 D0 0 2D 4 F 131 37 42
Octal 330 167 320 0 55 4 17 461 67 102
Binary 11011000 1110111 11010000 0 101101 100 1111 100110001 110111 1000010

Color Harmonies of #D877D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D877D0

Black with #D877D0

Text Example


Text Example

White with #D877D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D877D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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