Html Css Color HEX #D078DB Orchid

📋 copy color: '#D078DB'

red 208 ◦ green 120 ◦ blue 219

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

Shades of Orchid #D078DB

Tints of Orchid #D078DB

RGB

 RED value IS 208 (81.64% from 255) = 38.03%

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

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

R = 38.03%
G = 21.94%
B = 40.04%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D078DB (or 0xD078DB) is known color: Orchid. HEX triplet: D0, 78 and DB. RGB value is (208,120,219). Sum of RGB (Red+Green+Blue) = 208+120+219=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 120 (47.27% from 255 or 21.94% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #D078DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D078DB is #2F8724. Grayscale: #9D9D9D. Windows color (decimal): -3114789 or 14383312. OLE color: 14383312.

HSL color Cylindrical-coordinate representation of color #D078DB: hue angle of 293.33º 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 #D078DB is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 120 219 -
CMYK 0.05 0.45 0 0.14
HSL 293.33º 0.58% 0.66% -
HSV(B) 293.33º 0.45% 0.86% -
XYZ 45.52 31.96 70.79 -
YUV 157.6 162.65 163.95 -
System Red Green Blue C M Y K H S L
Decimal 208 120 219 0.05 0.45 0 0.14 293.33 0.58 0.66
Hex D0 78 DB 5 2D 0 E 125 3A 42
Octal 320 170 333 5 55 0 16 445 72 102
Binary 11010000 1111000 11011011 101 101101 0 1110 100100101 111010 1000010

Color Harmonies of #D078DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D078DB

Black with #D078DB

Text Example


Text Example

White with #D078DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D078DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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