Html Css Color HEX #D979CF Orchid

📋 copy color: '#D979CF'

red 217 ◦ green 121 ◦ blue 207

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

Shades of Orchid #D979CF

Tints of Orchid #D979CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.98%

R = 39.82%
G = 22.2%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D979CF (or 0xD979CF) is known color: Orchid. HEX triplet: D9, 79 and CF. RGB value is (217,121,207). Sum of RGB (Red+Green+Blue) = 217+121+207=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 121 (47.66% from 255 or 22.20% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D979CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D979CF is #268630. Grayscale: #9F9F9F. Windows color (decimal): -2524721 or 13597145. OLE color: 13597145.

HSL color Cylindrical-coordinate representation of color #D979CF: hue angle of 306.25º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D979CF is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 121 207 -
CMYK 0 0.44 0.05 0.15
HSL 306.25º 0.56% 0.66% -
HSV(B) 306.25º 0.44% 0.85% -
XYZ 46.72 32.93 62.93 -
YUV 159.51 154.8 169.01 -
System Red Green Blue C M Y K H S L
Decimal 217 121 207 0 0.44 0.05 0.15 306.25 0.56 0.66
Hex D9 79 CF 0 2C 5 F 132 38 42
Octal 331 171 317 0 54 5 17 462 70 102
Binary 11011001 1111001 11001111 0 101100 101 1111 100110010 111000 1000010

Color Harmonies of #D979CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D979CF

Black with #D979CF

Text Example


Text Example

White with #D979CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D979CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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