Html Css Color HEX #D378DB Orchid

📋 copy color: '#D378DB'

red 211 ◦ green 120 ◦ blue 219

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

Shades of Orchid #D378DB

Tints of Orchid #D378DB

RGB

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

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

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

R = 38.36%
G = 21.82%
B = 39.82%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D378DB (or 0xD378DB) is known color: Orchid. HEX triplet: D3, 78 and DB. RGB value is (211,120,219). Sum of RGB (Red+Green+Blue) = 211+120+219=550 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.36% from 550); Green value is 120 (47.27% from 255 or 21.82% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #D378DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D378DB is #2C8724. Grayscale: #9E9E9E. Windows color (decimal): -2918181 or 14383315. OLE color: 14383315.

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

Color convert

RGB 211 120 219 -
CMYK 0.04 0.45 0 0.14
HSL 295.15º 0.58% 0.66% -
HSV(B) 295.15º 0.45% 0.86% -
XYZ 46.37 32.4 70.83 -
YUV 158.5 162.15 165.45 -
System Red Green Blue C M Y K H S L
Decimal 211 120 219 0.04 0.45 0 0.14 295.15 0.58 0.66
Hex D3 78 DB 4 2D 0 E 127 3A 42
Octal 323 170 333 4 55 0 16 447 72 102
Binary 11010011 1111000 11011011 100 101101 0 1110 100100111 111010 1000010

Color Harmonies of #D378DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D378DB

Black with #D378DB

Text Example


Text Example

White with #D378DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D378DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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