Html Css Color HEX #D976CA Orchid

📋 copy color: '#D976CA'

red 217 ◦ green 118 ◦ blue 202

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

Shades of Orchid #D976CA

Tints of Orchid #D976CA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.97%

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

R = 40.41%
G = 21.97%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D976CA (or 0xD976CA) is known color: Orchid. HEX triplet: D9, 76 and CA. RGB value is (217,118,202). Sum of RGB (Red+Green+Blue) = 217+118+202=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 118 (46.48% from 255 or 21.97% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D976CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D976CA is #268935. Grayscale: #9C9C9C. Windows color (decimal): -2525494 or 13268697. OLE color: 13268697.

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

Color convert

RGB 217 118 202 -
CMYK 0 0.46 0.07 0.15
HSL 309.09º 0.57% 0.66% -
HSV(B) 309.09º 0.46% 0.85% -
XYZ 45.75 31.97 59.64 -
YUV 157.18 153.3 170.67 -
System Red Green Blue C M Y K H S L
Decimal 217 118 202 0 0.46 0.07 0.15 309.09 0.57 0.66
Hex D9 76 CA 0 2E 7 F 135 39 42
Octal 331 166 312 0 56 7 17 465 71 102
Binary 11011001 1110110 11001010 0 101110 111 1111 100110101 111001 1000010

Color Harmonies of #D976CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D976CA

Black with #D976CA

Text Example


Text Example

White with #D976CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D976CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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