Html Css Color HEX #D976D3 Orchid

📋 copy color: '#D976D3'

red 217 ◦ green 118 ◦ blue 211

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

Shades of Orchid #D976D3

Tints of Orchid #D976D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.64%

R = 39.74%
G = 21.61%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D976D3 (or 0xD976D3) is known color: Orchid. HEX triplet: D9, 76 and D3. RGB value is (217,118,211). Sum of RGB (Red+Green+Blue) = 217+118+211=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 118 (46.48% from 255 or 21.61% from 546); Blue value is 211 (82.81% from 255 or 38.64% from 546); Max value from RGB is 217 - color contains mainly: red. Hex color #D976D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D976D3 is #26892C. Grayscale: #9D9D9D. Windows color (decimal): -2525485 or 13858521. OLE color: 13858521.

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

Color convert

RGB 217 118 211 -
CMYK 0 0.46 0.03 0.15
HSL 303.64º 0.57% 0.66% -
HSV(B) 303.64º 0.46% 0.85% -
XYZ 46.85 32.41 65.41 -
YUV 158.2 157.8 169.94 -
System Red Green Blue C M Y K H S L
Decimal 217 118 211 0 0.46 0.03 0.15 303.64 0.57 0.66
Hex D9 76 D3 0 2E 3 F 130 39 42
Octal 331 166 323 0 56 3 17 460 71 102
Binary 11011001 1110110 11010011 0 101110 11 1111 100110000 111001 1000010

Color Harmonies of #D976D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D976D3

Black with #D976D3

Text Example


Text Example

White with #D976D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D976D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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