Html Css Color HEX #D878E5 Orchid

📋 copy color: '#D878E5'

red 216 ◦ green 120 ◦ blue 229

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

Shades of Orchid #D878E5

Tints of Orchid #D878E5

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.24%

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

R = 38.23%
G = 21.24%
B = 40.53%

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

#D878E5 (or 0xD878E5) is known color: Orchid. HEX triplet: D8, 78 and E5. RGB value is (216,120,229). Sum of RGB (Red+Green+Blue) = 216+120+229=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 120 (47.27% from 255 or 21.24% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 229 - color contains mainly: blue. Hex color #D878E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D878E5 is #27871A. Grayscale: #A0A0A0. Windows color (decimal): -2590491 or 15038680. OLE color: 15038680.

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

Color convert

RGB 216 120 229 -
CMYK 0.06 0.48 0 0.10
HSL 292.84º 0.68% 0.68% -
HSV(B) 292.84º 0.48% 0.9% -
XYZ 49.18 33.69 78.04 -
YUV 161.13 166.3 167.14 -
System Red Green Blue C M Y K H S L
Decimal 216 120 229 0.06 0.48 0 0.10 292.84 0.68 0.68
Hex D8 78 E5 6 30 0 A 125 44 44
Octal 330 170 345 6 60 0 12 445 104 104
Binary 11011000 1111000 11100101 110 110000 0 1010 100100101 1000100 1000100

Color Harmonies of #D878E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D878E5

Black with #D878E5

Text Example


Text Example

White with #D878E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D878E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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