Html Css Color HEX #D376DB Orchid

📋 copy color: '#D376DB'

red 211 ◦ green 118 ◦ blue 219

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

Shades of Orchid #D376DB

Tints of Orchid #D376DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.96%

R = 38.5%
G = 21.53%
B = 39.96%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D376DB (or 0xD376DB) is known color: Orchid. HEX triplet: D3, 76 and DB. RGB value is (211,118,219). Sum of RGB (Red+Green+Blue) = 211+118+219=548 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.50% from 548); Green value is 118 (46.48% from 255 or 21.53% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #D376DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D376DB is #2C8924. Grayscale: #9D9D9D. Windows color (decimal): -2918693 or 14382803. OLE color: 14382803.

HSL color Cylindrical-coordinate representation of color #D376DB: hue angle of 295.25º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D376DB is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 118 219 -
CMYK 0.04 0.46 0 0.14
HSL 295.25º 0.58% 0.66% -
HSV(B) 295.25º 0.46% 0.86% -
XYZ 46.13 31.92 70.75 -
YUV 157.32 162.81 166.29 -
System Red Green Blue C M Y K H S L
Decimal 211 118 219 0.04 0.46 0 0.14 295.25 0.58 0.66
Hex D3 76 DB 4 2E 0 E 127 3A 42
Octal 323 166 333 4 56 0 16 447 72 102
Binary 11010011 1110110 11011011 100 101110 0 1110 100100111 111010 1000010

Color Harmonies of #D376DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D376DB

Black with #D376DB

Text Example


Text Example

White with #D376DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D376DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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