Html Css Color HEX #D378BB Orchid

📋 copy color: '#D378BB'

red 211 ◦ green 120 ◦ blue 187

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

Shades of Orchid #D378BB

Tints of Orchid #D378BB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.17%

 BLUE value IS 187 (73.44% from 255) = 36.1%

R = 40.73%
G = 23.17%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D378BB (or 0xD378BB) is known color: Orchid. HEX triplet: D3, 78 and BB. RGB value is (211,120,187). Sum of RGB (Red+Green+Blue) = 211+120+187=518 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.73% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 211 - color contains mainly: red. Hex color #D378BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D378BB is #2C8744. Grayscale: #9A9A9A. Windows color (decimal): -2918213 or 12286163. OLE color: 12286163.

HSL color Cylindrical-coordinate representation of color #D378BB: hue angle of 315.82º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D378BB is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 120 187 -
CMYK 0 0.43 0.11 0.17
HSL 315.82º 0.51% 0.65% -
HSV(B) 315.82º 0.43% 0.83% -
XYZ 42.55 30.87 50.73 -
YUV 154.85 146.15 168.05 -
System Red Green Blue C M Y K H S L
Decimal 211 120 187 0 0.43 0.11 0.17 315.82 0.51 0.65
Hex D3 78 BB 0 2B B 11 13C 33 41
Octal 323 170 273 0 53 13 21 474 63 101
Binary 11010011 1111000 10111011 0 101011 1011 10001 100111100 110011 1000001

Color Harmonies of #D378BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D378BB

Black with #D378BB

Text Example


Text Example

White with #D378BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D378BB; }

 p { color: rgb(211,120,187); }

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

background-color css

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

 a { background-color: rgb(211,120,187); }

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

border-color css

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

 span { border-color: rgb(211,120,187); }

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