Html Css Color HEX #D976E1 Orchid

📋 copy color: '#D976E1'

red 217 ◦ green 118 ◦ blue 225

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

Shades of Orchid #D976E1

Tints of Orchid #D976E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.18%

R = 38.75%
G = 21.07%
B = 40.18%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D976E1 (or 0xD976E1) is known color: Orchid. HEX triplet: D9, 76 and E1. RGB value is (217,118,225). Sum of RGB (Red+Green+Blue) = 217+118+225=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 118 (46.48% from 255 or 21.07% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #D976E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D976E1 is #26891E. Grayscale: #9F9F9F. Windows color (decimal): -2525471 or 14776025. OLE color: 14776025.

HSL color Cylindrical-coordinate representation of color #D976E1: hue angle of 295.51º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D976E1 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 118 225 -
CMYK 0.04 0.48 0 0.12
HSL 295.51º 0.64% 0.67% -
HSV(B) 295.51º 0.48% 0.88% -
XYZ 48.68 33.14 75.07 -
YUV 159.8 164.8 168.8 -
System Red Green Blue C M Y K H S L
Decimal 217 118 225 0.04 0.48 0 0.12 295.51 0.64 0.67
Hex D9 76 E1 4 30 0 C 128 40 43
Octal 331 166 341 4 60 0 14 450 100 103
Binary 11011001 1110110 11100001 100 110000 0 1100 100101000 1000000 1000011

Color Harmonies of #D976E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D976E1

Black with #D976E1

Text Example


Text Example

White with #D976E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D976E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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