Html Css Color HEX #D979E7 Orchid

📋 copy color: '#D979E7'

red 217 ◦ green 121 ◦ blue 231

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

Shades of Orchid #D979E7

Tints of Orchid #D979E7

RGB

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

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

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

R = 38.14%
G = 21.27%
B = 40.6%

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

#D979E7 (or 0xD979E7) is known color: Orchid. HEX triplet: D9, 79 and E7. RGB value is (217,121,231). Sum of RGB (Red+Green+Blue) = 217+121+231=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 121 (47.66% from 255 or 21.27% from 569); Blue value is 231 (90.62% from 255 or 40.60% from 569); Max value from RGB is 231 - color contains mainly: blue. Hex color #D979E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D979E7 is #268618. Grayscale: #A1A1A1. Windows color (decimal): -2524697 or 15170009. OLE color: 15170009.

HSL color Cylindrical-coordinate representation of color #D979E7: hue angle of 292.36º 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 #D979E7 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 217 121 231 -
CMYK 0.06 0.48 0 0.09
HSL 292.36º 0.7% 0.69% -
HSV(B) 292.36º 0.48% 0.91% -
XYZ 49.88 34.2 79.57 -
YUV 162.24 166.8 167.06 -
System Red Green Blue C M Y K H S L
Decimal 217 121 231 0.06 0.48 0 0.09 292.36 0.7 0.69
Hex D9 79 E7 6 30 0 9 124 46 45
Octal 331 171 347 6 60 0 11 444 106 105
Binary 11011001 1111001 11100111 110 110000 0 1001 100100100 1000110 1000101

Color Harmonies of #D979E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D979E7

Black with #D979E7

Text Example


Text Example

White with #D979E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D979E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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