Html Css Color HEX #D878DD Orchid

📋 copy color: '#D878DD'

red 216 ◦ green 120 ◦ blue 221

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

Shades of Orchid #D878DD

Tints of Orchid #D878DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.68%

R = 38.78%
G = 21.54%
B = 39.68%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D878DD (or 0xD878DD) is known color: Orchid. HEX triplet: D8, 78 and DD. RGB value is (216,120,221). Sum of RGB (Red+Green+Blue) = 216+120+221=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 120 (47.27% from 255 or 21.54% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #D878DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D878DD is #278722. Grayscale: #9F9F9F. Windows color (decimal): -2590499 or 14514392. OLE color: 14514392.

HSL color Cylindrical-coordinate representation of color #D878DD: hue angle of 297.03º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D878DD is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 120 221 -
CMYK 0.02 0.46 0 0.13
HSL 297.03º 0.6% 0.67% -
HSV(B) 297.03º 0.46% 0.87% -
XYZ 48.09 33.25 72.29 -
YUV 160.22 162.3 167.79 -
System Red Green Blue C M Y K H S L
Decimal 216 120 221 0.02 0.46 0 0.13 297.03 0.6 0.67
Hex D8 78 DD 2 2E 0 D 129 3C 43
Octal 330 170 335 2 56 0 15 451 74 103
Binary 11011000 1111000 11011101 10 101110 0 1101 100101001 111100 1000011

Color Harmonies of #D878DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D878DD

Black with #D878DD

Text Example


Text Example

White with #D878DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D878DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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