Html Css Color HEX #D877E5 Orchid

📋 copy color: '#D877E5'

red 216 ◦ green 119 ◦ blue 229

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

Shades of Orchid #D877E5

Tints of Orchid #D877E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.6%

R = 38.3%
G = 21.1%
B = 40.6%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D877E5 (or 0xD877E5) is known color: Orchid. HEX triplet: D8, 77 and E5. RGB value is (216,119,229). Sum of RGB (Red+Green+Blue) = 216+119+229=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 119 (46.88% from 255 or 21.10% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #D877E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D877E5 is #27881A. Grayscale: #A0A0A0. Windows color (decimal): -2590747 or 15038424. OLE color: 15038424.

HSL color Cylindrical-coordinate representation of color #D877E5: hue angle of 292.91º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D877E5 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 216 119 229 -
CMYK 0.06 0.48 0 0.10
HSL 292.91º 0.68% 0.68% -
HSV(B) 292.91º 0.48% 0.9% -
XYZ 49.06 33.45 78 -
YUV 160.54 166.64 167.56 -
System Red Green Blue C M Y K H S L
Decimal 216 119 229 0.06 0.48 0 0.10 292.91 0.68 0.68
Hex D8 77 E5 6 30 0 A 125 44 44
Octal 330 167 345 6 60 0 12 445 104 104
Binary 11011000 1110111 11100101 110 110000 0 1010 100100101 1000100 1000100

Color Harmonies of #D877E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D877E5

Black with #D877E5

Text Example


Text Example

White with #D877E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D877E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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