Html Css Color HEX #D879DD Orchid

📋 copy color: '#D879DD'

red 216 ◦ green 121 ◦ blue 221

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

Shades of Orchid #D879DD

Tints of Orchid #D879DD

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.68%

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

R = 38.71%
G = 21.68%
B = 39.61%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D879DD (or 0xD879DD) is known color: Orchid. HEX triplet: D8, 79 and DD. RGB value is (216,121,221). Sum of RGB (Red+Green+Blue) = 216+121+221=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 121 (47.66% from 255 or 21.68% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #D879DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D879DD is #278622. Grayscale: #A0A0A0. Windows color (decimal): -2590243 or 14514648. OLE color: 14514648.

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

Color convert

RGB 216 121 221 -
CMYK 0.02 0.45 0 0.13
HSL 297º 0.6% 0.67% -
HSV(B) 297º 0.45% 0.87% -
XYZ 48.21 33.49 72.33 -
YUV 160.81 161.97 167.37 -
System Red Green Blue C M Y K H S L
Decimal 216 121 221 0.02 0.45 0 0.13 297 0.6 0.67
Hex D8 79 DD 2 2D 0 D 129 3C 43
Octal 330 171 335 2 55 0 15 451 74 103
Binary 11011000 1111001 11011101 10 101101 0 1101 100101001 111100 1000011

Color Harmonies of #D879DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D879DD

Black with #D879DD

Text Example


Text Example

White with #D879DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D879DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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