Html Css Color HEX #D979E0 Orchid

📋 copy color: '#D979E0'

red 217 ◦ green 121 ◦ blue 224

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

Shades of Orchid #D979E0

Tints of Orchid #D979E0

RGB

 RED value IS 217 (85.16% from 255) = 38.61%

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

 BLUE value IS 224 (87.89% from 255) = 39.86%

R = 38.61%
G = 21.53%
B = 39.86%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D979E0 (or 0xD979E0) is known color: Orchid. HEX triplet: D9, 79 and E0. RGB value is (217,121,224). Sum of RGB (Red+Green+Blue) = 217+121+224=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 121 (47.66% from 255 or 21.53% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 224 - color contains mainly: blue. Hex color #D979E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D979E0 is #26861F. Grayscale: #A1A1A1. Windows color (decimal): -2524704 or 14711257. OLE color: 14711257.

HSL color Cylindrical-coordinate representation of color #D979E0: hue angle of 295.92º degrees, saturation: 0.62, 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 #D979E0 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 121 224 -
CMYK 0.03 0.46 0 0.12
HSL 295.92º 0.62% 0.68% -
HSV(B) 295.92º 0.46% 0.88% -
XYZ 48.91 33.81 74.47 -
YUV 161.45 163.3 167.62 -
System Red Green Blue C M Y K H S L
Decimal 217 121 224 0.03 0.46 0 0.12 295.92 0.62 0.68
Hex D9 79 E0 3 2E 0 C 128 3E 44
Octal 331 171 340 3 56 0 14 450 76 104
Binary 11011001 1111001 11100000 11 101110 0 1100 100101000 111110 1000100

Color Harmonies of #D979E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D979E0

Black with #D979E0

Text Example


Text Example

White with #D979E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D979E0; }

 p { color: rgb(217,121,224); }

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

background-color css

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

 a { background-color: rgb(217,121,224); }

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

border-color css

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

 span { border-color: rgb(217,121,224); }

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