Html Css Color HEX #D979DE Orchid

📋 copy color: '#D979DE'

red 217 ◦ green 121 ◦ blue 222

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

Shades of Orchid #D979DE

Tints of Orchid #D979DE

RGB

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

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

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

R = 38.75%
G = 21.61%
B = 39.64%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D979DE (or 0xD979DE) is known color: Orchid. HEX triplet: D9, 79 and DE. RGB value is (217,121,222). Sum of RGB (Red+Green+Blue) = 217+121+222=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 121 (47.66% from 255 or 21.61% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 222 - color contains mainly: blue. Hex color #D979DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D979DE is #268621. Grayscale: #A0A0A0. Windows color (decimal): -2524706 or 14580185. OLE color: 14580185.

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

Color convert

RGB 217 121 222 -
CMYK 0.02 0.45 0 0.13
HSL 297.03º 0.6% 0.67% -
HSV(B) 297.03º 0.45% 0.87% -
XYZ 48.64 33.7 73.05 -
YUV 161.22 162.3 167.79 -
System Red Green Blue C M Y K H S L
Decimal 217 121 222 0.02 0.45 0 0.13 297.03 0.6 0.67
Hex D9 79 DE 2 2D 0 D 129 3C 43
Octal 331 171 336 2 55 0 15 451 74 103
Binary 11011001 1111001 11011110 10 101101 0 1101 100101001 111100 1000011

Color Harmonies of #D979DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D979DE

Black with #D979DE

Text Example


Text Example

White with #D979DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D979DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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