Html Css Color HEX #D878E8 Orchid

📋 copy color: '#D878E8'

red 216 ◦ green 120 ◦ blue 232

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

Shades of Orchid #D878E8

Tints of Orchid #D878E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 40.85%

R = 38.03%
G = 21.13%
B = 40.85%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D878E8 (or 0xD878E8) is known color: Orchid. HEX triplet: D8, 78 and E8. RGB value is (216,120,232). Sum of RGB (Red+Green+Blue) = 216+120+232=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 120 (47.27% from 255 or 21.13% from 568); Blue value is 232 (91.02% from 255 or 40.85% from 568); Max value from RGB is 232 - color contains mainly: blue. Hex color #D878E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D878E8 is #278717. Grayscale: #A1A1A1. Windows color (decimal): -2590488 or 15235288. OLE color: 15235288.

HSL color Cylindrical-coordinate representation of color #D878E8: hue angle of 291.43º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D878E8 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 216 120 232 -
CMYK 0.07 0.48 0 0.09
HSL 291.43º 0.71% 0.69% -
HSV(B) 291.43º 0.48% 0.91% -
XYZ 49.6 33.86 80.26 -
YUV 161.47 167.8 166.89 -
System Red Green Blue C M Y K H S L
Decimal 216 120 232 0.07 0.48 0 0.09 291.43 0.71 0.69
Hex D8 78 E8 7 30 0 9 123 47 45
Octal 330 170 350 7 60 0 11 443 107 105
Binary 11011000 1111000 11101000 111 110000 0 1001 100100011 1000111 1000101

Color Harmonies of #D878E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D878E8

Black with #D878E8

Text Example


Text Example

White with #D878E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D878E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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