Html Css Color HEX #D878DB Orchid

📋 copy color: '#D878DB'

red 216 ◦ green 120 ◦ blue 219

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

Shades of Orchid #D878DB

Tints of Orchid #D878DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.46%

R = 38.92%
G = 21.62%
B = 39.46%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D878DB (or 0xD878DB) is known color: Orchid. HEX triplet: D8, 78 and DB. RGB value is (216,120,219). Sum of RGB (Red+Green+Blue) = 216+120+219=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 120 (47.27% from 255 or 21.62% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #D878DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D878DB is #278724. Grayscale: #9F9F9F. Windows color (decimal): -2590501 or 14383320. OLE color: 14383320.

HSL color Cylindrical-coordinate representation of color #D878DB: hue angle of 298.18º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D878DB is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 120 219 -
CMYK 0.01 0.45 0 0.14
HSL 298.18º 0.58% 0.66% -
HSV(B) 298.18º 0.45% 0.86% -
XYZ 47.82 33.15 70.9 -
YUV 159.99 161.3 167.95 -
System Red Green Blue C M Y K H S L
Decimal 216 120 219 0.01 0.45 0 0.14 298.18 0.58 0.66
Hex D8 78 DB 1 2D 0 E 12A 3A 42
Octal 330 170 333 1 55 0 16 452 72 102
Binary 11011000 1111000 11011011 1 101101 0 1110 100101010 111010 1000010

Color Harmonies of #D878DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D878DB

Black with #D878DB

Text Example


Text Example

White with #D878DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D878DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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