Html Css Color HEX #D979CA Orchid

📋 copy color: '#D979CA'

red 217 ◦ green 121 ◦ blue 202

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

Shades of Orchid #D979CA

Tints of Orchid #D979CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.41%

R = 40.19%
G = 22.41%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D979CA (or 0xD979CA) is known color: Orchid. HEX triplet: D9, 79 and CA. RGB value is (217,121,202). Sum of RGB (Red+Green+Blue) = 217+121+202=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 121 (47.66% from 255 or 22.41% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 217 - color contains mainly: red. Hex color #D979CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D979CA is #268635. Grayscale: #9E9E9E. Windows color (decimal): -2524726 or 13269465. OLE color: 13269465.

HSL color Cylindrical-coordinate representation of color #D979CA: hue angle of 309.38º 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 #D979CA is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 121 202 -
CMYK 0 0.44 0.07 0.15
HSL 309.38º 0.56% 0.66% -
HSV(B) 309.38º 0.44% 0.85% -
XYZ 46.11 32.69 59.76 -
YUV 158.94 152.3 169.41 -
System Red Green Blue C M Y K H S L
Decimal 217 121 202 0 0.44 0.07 0.15 309.38 0.56 0.66
Hex D9 79 CA 0 2C 7 F 135 38 42
Octal 331 171 312 0 54 7 17 465 70 102
Binary 11011001 1111001 11001010 0 101100 111 1111 100110101 111000 1000010

Color Harmonies of #D979CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D979CA

Black with #D979CA

Text Example


Text Example

White with #D979CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D979CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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