Html Css Color HEX #D976BE Orchid

📋 copy color: '#D976BE'

red 217 ◦ green 118 ◦ blue 190

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

Shades of Orchid #D976BE

Tints of Orchid #D976BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.19%

R = 41.33%
G = 22.48%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D976BE (or 0xD976BE) is known color: Orchid. HEX triplet: D9, 76 and BE. RGB value is (217,118,190). Sum of RGB (Red+Green+Blue) = 217+118+190=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 118 (46.48% from 255 or 22.48% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D976BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D976BE is #268941. Grayscale: #9B9B9B. Windows color (decimal): -2525506 or 12482265. OLE color: 12482265.

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

Color convert

RGB 217 118 190 -
CMYK 0 0.46 0.12 0.15
HSL 316.36º 0.57% 0.66% -
HSV(B) 316.36º 0.46% 0.85% -
XYZ 44.39 31.43 52.44 -
YUV 155.81 147.3 171.65 -
System Red Green Blue C M Y K H S L
Decimal 217 118 190 0 0.46 0.12 0.15 316.36 0.57 0.66
Hex D9 76 BE 0 2E C F 13C 39 42
Octal 331 166 276 0 56 14 17 474 71 102
Binary 11011001 1110110 10111110 0 101110 1100 1111 100111100 111001 1000010

Color Harmonies of #D976BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D976BE

Black with #D976BE

Text Example


Text Example

White with #D976BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D976BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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