Html Css Color HEX #D879DE Orchid

📋 copy color: '#D879DE'

red 216 ◦ green 121 ◦ blue 222

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

Shades of Orchid #D879DE

Tints of Orchid #D879DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.71%

R = 38.64%
G = 21.65%
B = 39.71%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D879DE (or 0xD879DE) is known color: Orchid. HEX triplet: D8, 79 and DE. RGB value is (216,121,222). Sum of RGB (Red+Green+Blue) = 216+121+222=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 121 (47.66% from 255 or 21.65% from 559); Blue value is 222 (87.11% from 255 or 39.71% from 559); Max value from RGB is 222 - color contains mainly: blue. Hex color #D879DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D879DE is #278621. Grayscale: #A0A0A0. Windows color (decimal): -2590242 or 14580184. OLE color: 14580184.

HSL color Cylindrical-coordinate representation of color #D879DE: hue angle of 296.44º 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 #D879DE is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 121 222 -
CMYK 0.03 0.45 0 0.13
HSL 296.44º 0.6% 0.67% -
HSV(B) 296.44º 0.45% 0.87% -
XYZ 48.34 33.55 73.03 -
YUV 160.92 162.47 167.29 -
System Red Green Blue C M Y K H S L
Decimal 216 121 222 0.03 0.45 0 0.13 296.44 0.6 0.67
Hex D8 79 DE 3 2D 0 D 128 3C 43
Octal 330 171 336 3 55 0 15 450 74 103
Binary 11011000 1111001 11011110 11 101101 0 1101 100101000 111100 1000011

Color Harmonies of #D879DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D879DE

Black with #D879DE

Text Example


Text Example

White with #D879DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D879DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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