Html Css Color HEX #D878DC Orchid

📋 copy color: '#D878DC'

red 216 ◦ green 120 ◦ blue 220

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

Shades of Orchid #D878DC

Tints of Orchid #D878DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.57%

R = 38.85%
G = 21.58%
B = 39.57%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D878DC (or 0xD878DC) is known color: Orchid. HEX triplet: D8, 78 and DC. RGB value is (216,120,220). Sum of RGB (Red+Green+Blue) = 216+120+220=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 120 (47.27% from 255 or 21.58% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #D878DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D878DC is #278723. Grayscale: #9F9F9F. Windows color (decimal): -2590500 or 14448856. OLE color: 14448856.

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

Color convert

RGB 216 120 220 -
CMYK 0.02 0.45 0 0.14
HSL 297.6º 0.59% 0.67% -
HSV(B) 297.6º 0.45% 0.86% -
XYZ 47.95 33.2 71.59 -
YUV 160.1 161.8 167.87 -
System Red Green Blue C M Y K H S L
Decimal 216 120 220 0.02 0.45 0 0.14 297.6 0.59 0.67
Hex D8 78 DC 2 2D 0 E 12A 3B 43
Octal 330 170 334 2 55 0 16 452 73 103
Binary 11011000 1111000 11011100 10 101101 0 1110 100101010 111011 1000011

Color Harmonies of #D878DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D878DC

Black with #D878DC

Text Example


Text Example

White with #D878DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D878DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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