Html Css Color HEX #D877CB Orchid

📋 copy color: '#D877CB'

red 216 ◦ green 119 ◦ blue 203

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

Shades of Orchid #D877CB

Tints of Orchid #D877CB

RGB

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

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

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

R = 40.15%
G = 22.12%
B = 37.73%

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

#D877CB (or 0xD877CB) is known color: Orchid. HEX triplet: D8, 77 and CB. RGB value is (216,119,203). Sum of RGB (Red+Green+Blue) = 216+119+203=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D877CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D877CB is #278834. Grayscale: #9D9D9D. Windows color (decimal): -2590773 or 13334488. OLE color: 13334488.

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

Color convert

RGB 216 119 203 -
CMYK 0 0.45 0.06 0.15
HSL 308.04º 0.55% 0.66% -
HSV(B) 308.04º 0.45% 0.85% -
XYZ 45.7 32.1 60.29 -
YUV 157.58 153.64 169.67 -
System Red Green Blue C M Y K H S L
Decimal 216 119 203 0 0.45 0.06 0.15 308.04 0.55 0.66
Hex D8 77 CB 0 2D 6 F 134 37 42
Octal 330 167 313 0 55 6 17 464 67 102
Binary 11011000 1110111 11001011 0 101101 110 1111 100110100 110111 1000010

Color Harmonies of #D877CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D877CB

Black with #D877CB

Text Example


Text Example

White with #D877CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D877CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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