Html Css Color HEX #D078B9 Orchid

📋 copy color: '#D078B9'

red 208 ◦ green 120 ◦ blue 185

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

Shades of Orchid #D078B9

Tints of Orchid #D078B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.06%

R = 40.55%
G = 23.39%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D078B9 (or 0xD078B9) is known color: Orchid. HEX triplet: D0, 78 and B9. RGB value is (208,120,185). Sum of RGB (Red+Green+Blue) = 208+120+185=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 120 (47.27% from 255 or 23.39% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D078B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D078B9 is #2F8746. Grayscale: #999999. Windows color (decimal): -3114823 or 12155088. OLE color: 12155088.

HSL color Cylindrical-coordinate representation of color #D078B9: hue angle of 315.68º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D078B9 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 120 185 -
CMYK 0 0.42 0.11 0.18
HSL 315.68º 0.48% 0.64% -
HSV(B) 315.68º 0.42% 0.82% -
XYZ 41.49 30.35 49.57 -
YUV 153.72 145.65 166.71 -
System Red Green Blue C M Y K H S L
Decimal 208 120 185 0 0.42 0.11 0.18 315.68 0.48 0.64
Hex D0 78 B9 0 2A B 12 13C 30 40
Octal 320 170 271 0 52 13 22 474 60 100
Binary 11010000 1111000 10111001 0 101010 1011 10010 100111100 110000 1000000

Color Harmonies of #D078B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D078B9

Black with #D078B9

Text Example


Text Example

White with #D078B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D078B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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