Html Css Color HEX #D376DD Orchid

📋 copy color: '#D376DD'

red 211 ◦ green 118 ◦ blue 221

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

Shades of Orchid #D376DD

Tints of Orchid #D376DD

RGB

 RED value IS 211 (82.81% from 255) = 38.36%

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

 BLUE value IS 221 (86.72% from 255) = 40.18%

R = 38.36%
G = 21.45%
B = 40.18%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D376DD (or 0xD376DD) is known color: Orchid. HEX triplet: D3, 76 and DD. RGB value is (211,118,221). Sum of RGB (Red+Green+Blue) = 211+118+221=550 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.36% from 550); Green value is 118 (46.48% from 255 or 21.45% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #D376DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D376DD is #2C8922. Grayscale: #9D9D9D. Windows color (decimal): -2918691 or 14513875. OLE color: 14513875.

HSL color Cylindrical-coordinate representation of color #D376DD: hue angle of 294.17º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D376DD is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 118 221 -
CMYK 0.05 0.47 0 0.13
HSL 294.17º 0.6% 0.66% -
HSV(B) 294.17º 0.47% 0.87% -
XYZ 46.39 32.03 72.14 -
YUV 157.55 163.81 166.12 -
System Red Green Blue C M Y K H S L
Decimal 211 118 221 0.05 0.47 0 0.13 294.17 0.6 0.66
Hex D3 76 DD 5 2F 0 D 126 3C 42
Octal 323 166 335 5 57 0 15 446 74 102
Binary 11010011 1110110 11011101 101 101111 0 1101 100100110 111100 1000010

Color Harmonies of #D376DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D376DD

Black with #D376DD

Text Example


Text Example

White with #D376DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D376DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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