Html Css Color HEX #D879E7 Orchid

📋 copy color: '#D879E7'

red 216 ◦ green 121 ◦ blue 231

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

Shades of Orchid #D879E7

Tints of Orchid #D879E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.67%

R = 38.03%
G = 21.3%
B = 40.67%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D879E7 (or 0xD879E7) is known color: Orchid. HEX triplet: D8, 79 and E7. RGB value is (216,121,231). Sum of RGB (Red+Green+Blue) = 216+121+231=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 121 (47.66% from 255 or 21.30% from 568); Blue value is 231 (90.62% from 255 or 40.67% from 568); Max value from RGB is 231 - color contains mainly: blue. Hex color #D879E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D879E7 is #278618. Grayscale: #A1A1A1. Windows color (decimal): -2590233 or 15170008. OLE color: 15170008.

HSL color Cylindrical-coordinate representation of color #D879E7: hue angle of 291.82º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D879E7 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 216 121 231 -
CMYK 0.06 0.48 0 0.09
HSL 291.82º 0.7% 0.69% -
HSV(B) 291.82º 0.48% 0.91% -
XYZ 49.58 34.04 79.56 -
YUV 161.95 166.97 166.56 -
System Red Green Blue C M Y K H S L
Decimal 216 121 231 0.06 0.48 0 0.09 291.82 0.7 0.69
Hex D8 79 E7 6 30 0 9 124 46 45
Octal 330 171 347 6 60 0 11 444 106 105
Binary 11011000 1111001 11100111 110 110000 0 1001 100100100 1000110 1000101

Color Harmonies of #D879E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D879E7

Black with #D879E7

Text Example


Text Example

White with #D879E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D879E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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