Html Css Color HEX #D376E1 Orchid

📋 copy color: '#D376E1'

red 211 ◦ green 118 ◦ blue 225

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

Shades of Orchid #D376E1

Tints of Orchid #D376E1

RGB

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

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

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

R = 38.09%
G = 21.3%
B = 40.61%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D376E1 (or 0xD376E1) is known color: Orchid. HEX triplet: D3, 76 and E1. RGB value is (211,118,225). Sum of RGB (Red+Green+Blue) = 211+118+225=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 118 (46.48% from 255 or 21.30% from 554); Blue value is 225 (88.28% from 255 or 40.61% from 554); Max value from RGB is 225 - color contains mainly: blue. Hex color #D376E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D376E1 is #2C891E. Grayscale: #9D9D9D. Windows color (decimal): -2918687 or 14776019. OLE color: 14776019.

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

Color convert

RGB 211 118 225 -
CMYK 0.06 0.48 0 0.12
HSL 292.15º 0.64% 0.67% -
HSV(B) 292.15º 0.48% 0.88% -
XYZ 46.93 32.24 74.98 -
YUV 158.01 165.81 165.8 -
System Red Green Blue C M Y K H S L
Decimal 211 118 225 0.06 0.48 0 0.12 292.15 0.64 0.67
Hex D3 76 E1 6 30 0 C 124 40 43
Octal 323 166 341 6 60 0 14 444 100 103
Binary 11010011 1110110 11100001 110 110000 0 1100 100100100 1000000 1000011

Color Harmonies of #D376E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D376E1

Black with #D376E1

Text Example


Text Example

White with #D376E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D376E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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