Html Css Color HEX #D376E7 Orchid

📋 copy color: '#D376E7'

red 211 ◦ green 118 ◦ blue 231

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

Shades of Orchid #D376E7

Tints of Orchid #D376E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.25%

R = 37.68%
G = 21.07%
B = 41.25%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D376E7 (or 0xD376E7) is known color: Orchid. HEX triplet: D3, 76 and E7. RGB value is (211,118,231). Sum of RGB (Red+Green+Blue) = 211+118+231=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 118 (46.48% from 255 or 21.07% from 560); Blue value is 231 (90.62% from 255 or 41.25% from 560); Max value from RGB is 231 - color contains mainly: blue. Hex color #D376E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D376E7 is #2C8918. Grayscale: #9E9E9E. Windows color (decimal): -2918681 or 15169235. OLE color: 15169235.

HSL color Cylindrical-coordinate representation of color #D376E7: hue angle of 289.38º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D376E7 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 211 118 231 -
CMYK 0.09 0.49 0 0.09
HSL 289.38º 0.7% 0.68% -
HSV(B) 289.38º 0.49% 0.91% -
XYZ 47.77 32.58 79.37 -
YUV 158.69 168.81 165.31 -
System Red Green Blue C M Y K H S L
Decimal 211 118 231 0.09 0.49 0 0.09 289.38 0.7 0.68
Hex D3 76 E7 9 31 0 9 121 46 44
Octal 323 166 347 11 61 0 11 441 106 104
Binary 11010011 1110110 11100111 1001 110001 0 1001 100100001 1000110 1000100

Color Harmonies of #D376E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D376E7

Black with #D376E7

Text Example


Text Example

White with #D376E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D376E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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