Html Css Color HEX #D376E6 Orchid

📋 copy color: '#D376E6'

red 211 ◦ green 118 ◦ blue 230

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

Shades of Orchid #D376E6

Tints of Orchid #D376E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.14%

R = 37.75%
G = 21.11%
B = 41.14%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D376E6 (or 0xD376E6) is known color: Orchid. HEX triplet: D3, 76 and E6. RGB value is (211,118,230). Sum of RGB (Red+Green+Blue) = 211+118+230=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 118 (46.48% from 255 or 21.11% from 559); Blue value is 230 (90.23% from 255 or 41.14% from 559); Max value from RGB is 230 - color contains mainly: blue. Hex color #D376E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D376E6 is #2C8919. Grayscale: #9E9E9E. Windows color (decimal): -2918682 or 15103699. OLE color: 15103699.

HSL color Cylindrical-coordinate representation of color #D376E6: hue angle of 289.82º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D376E6 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 211 118 230 -
CMYK 0.08 0.49 0 0.10
HSL 289.82º 0.69% 0.68% -
HSV(B) 289.82º 0.49% 0.9% -
XYZ 47.63 32.52 78.63 -
YUV 158.58 168.31 165.39 -
System Red Green Blue C M Y K H S L
Decimal 211 118 230 0.08 0.49 0 0.10 289.82 0.69 0.68
Hex D3 76 E6 8 31 0 A 122 45 44
Octal 323 166 346 10 61 0 12 442 105 104
Binary 11010011 1110110 11100110 1000 110001 0 1010 100100010 1000101 1000100

Color Harmonies of #D376E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D376E6

Black with #D376E6

Text Example


Text Example

White with #D376E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D376E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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