Html Css Color HEX #D877CD Orchid

📋 copy color: '#D877CD'

red 216 ◦ green 119 ◦ blue 205

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

Shades of Orchid #D877CD

Tints of Orchid #D877CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.96%

R = 40%
G = 22.04%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D877CD (or 0xD877CD) is known color: Orchid. HEX triplet: D8, 77 and CD. RGB value is (216,119,205). Sum of RGB (Red+Green+Blue) = 216+119+205=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 119 (46.88% from 255 or 22.04% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D877CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D877CD is #278832. Grayscale: #9D9D9D. Windows color (decimal): -2590771 or 13465560. OLE color: 13465560.

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

Color convert

RGB 216 119 205 -
CMYK 0 0.45 0.05 0.15
HSL 306.8º 0.55% 0.66% -
HSV(B) 306.8º 0.45% 0.85% -
XYZ 45.94 32.2 61.55 -
YUV 157.81 154.64 169.51 -
System Red Green Blue C M Y K H S L
Decimal 216 119 205 0 0.45 0.05 0.15 306.8 0.55 0.66
Hex D8 77 CD 0 2D 5 F 133 37 42
Octal 330 167 315 0 55 5 17 463 67 102
Binary 11011000 1110111 11001101 0 101101 101 1111 100110011 110111 1000010

Color Harmonies of #D877CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D877CD

Black with #D877CD

Text Example


Text Example

White with #D877CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D877CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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