Html Css Color HEX #D879D3 Orchid

📋 copy color: '#D879D3'

red 216 ◦ green 121 ◦ blue 211

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

Shades of Orchid #D879D3

Tints of Orchid #D879D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.5%

R = 39.42%
G = 22.08%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D879D3 (or 0xD879D3) is known color: Orchid. HEX triplet: D8, 79 and D3. RGB value is (216,121,211). Sum of RGB (Red+Green+Blue) = 216+121+211=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 121 (47.66% from 255 or 22.08% from 548); Blue value is 211 (82.81% from 255 or 38.50% from 548); Max value from RGB is 216 - color contains mainly: red. Hex color #D879D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D879D3 is #27862C. Grayscale: #9F9F9F. Windows color (decimal): -2590253 or 13859288. OLE color: 13859288.

HSL color Cylindrical-coordinate representation of color #D879D3: hue angle of 303.16º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D879D3 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 121 211 -
CMYK 0 0.44 0.02 0.15
HSL 303.16º 0.55% 0.66% -
HSV(B) 303.16º 0.44% 0.85% -
XYZ 46.91 32.98 65.52 -
YUV 159.67 156.97 168.18 -
System Red Green Blue C M Y K H S L
Decimal 216 121 211 0 0.44 0.02 0.15 303.16 0.55 0.66
Hex D8 79 D3 0 2C 2 F 12F 37 42
Octal 330 171 323 0 54 2 17 457 67 102
Binary 11011000 1111001 11010011 0 101100 10 1111 100101111 110111 1000010

Color Harmonies of #D879D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D879D3

Black with #D879D3

Text Example


Text Example

White with #D879D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D879D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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