Html Css Color HEX #D879E1 Orchid

📋 copy color: '#D879E1'

red 216 ◦ green 121 ◦ blue 225

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

Shades of Orchid #D879E1

Tints of Orchid #D879E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.04%

R = 38.43%
G = 21.53%
B = 40.04%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D879E1 (or 0xD879E1) is known color: Orchid. HEX triplet: D8, 79 and E1. RGB value is (216,121,225). Sum of RGB (Red+Green+Blue) = 216+121+225=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 121 (47.66% from 255 or 21.53% from 562); Blue value is 225 (88.28% from 255 or 40.04% from 562); Max value from RGB is 225 - color contains mainly: blue. Hex color #D879E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D879E1 is #27861E. Grayscale: #A0A0A0. Windows color (decimal): -2590239 or 14776792. OLE color: 14776792.

HSL color Cylindrical-coordinate representation of color #D879E1: hue angle of 294.81º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D879E1 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 216 121 225 -
CMYK 0.04 0.46 0 0.12
HSL 294.81º 0.63% 0.68% -
HSV(B) 294.81º 0.46% 0.88% -
XYZ 48.75 33.71 75.17 -
YUV 161.26 163.97 167.04 -
System Red Green Blue C M Y K H S L
Decimal 216 121 225 0.04 0.46 0 0.12 294.81 0.63 0.68
Hex D8 79 E1 4 2E 0 C 127 3F 44
Octal 330 171 341 4 56 0 14 447 77 104
Binary 11011000 1111001 11100001 100 101110 0 1100 100100111 111111 1000100

Color Harmonies of #D879E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D879E1

Black with #D879E1

Text Example


Text Example

White with #D879E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D879E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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