Html Css Color HEX #D976D0 Orchid

📋 copy color: '#D976D0'

red 217 ◦ green 118 ◦ blue 208

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

Shades of Orchid #D976D0

Tints of Orchid #D976D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.31%

R = 39.96%
G = 21.73%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D976D0 (or 0xD976D0) is known color: Orchid. HEX triplet: D9, 76 and D0. RGB value is (217,118,208). Sum of RGB (Red+Green+Blue) = 217+118+208=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 118 (46.48% from 255 or 21.73% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D976D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D976D0 is #26892F. Grayscale: #9D9D9D. Windows color (decimal): -2525488 or 13661913. OLE color: 13661913.

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

Color convert

RGB 217 118 208 -
CMYK 0 0.46 0.04 0.15
HSL 305.45º 0.57% 0.66% -
HSV(B) 305.45º 0.46% 0.85% -
XYZ 46.48 32.26 63.45 -
YUV 157.86 156.3 170.18 -
System Red Green Blue C M Y K H S L
Decimal 217 118 208 0 0.46 0.04 0.15 305.45 0.57 0.66
Hex D9 76 D0 0 2E 4 F 131 39 42
Octal 331 166 320 0 56 4 17 461 71 102
Binary 11011001 1110110 11010000 0 101110 100 1111 100110001 111001 1000010

Color Harmonies of #D976D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D976D0

Black with #D976D0

Text Example


Text Example

White with #D976D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D976D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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