Html Css Color HEX #D078BB Orchid

📋 copy color: '#D078BB'

red 208 ◦ green 120 ◦ blue 187

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

Shades of Orchid #D078BB

Tints of Orchid #D078BB

RGB

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

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

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

R = 40.39%
G = 23.3%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D078BB (or 0xD078BB) is known color: Orchid. HEX triplet: D0, 78 and BB. RGB value is (208,120,187). Sum of RGB (Red+Green+Blue) = 208+120+187=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D078BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D078BB is #2F8744. Grayscale: #999999. Windows color (decimal): -3114821 or 12286160. OLE color: 12286160.

HSL color Cylindrical-coordinate representation of color #D078BB: hue angle of 314.32º 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 #D078BB is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 120 187 -
CMYK 0 0.42 0.10 0.18
HSL 314.32º 0.48% 0.64% -
HSV(B) 314.32º 0.42% 0.82% -
XYZ 41.7 30.43 50.69 -
YUV 153.95 146.65 166.55 -
System Red Green Blue C M Y K H S L
Decimal 208 120 187 0 0.42 0.10 0.18 314.32 0.48 0.64
Hex D0 78 BB 0 2A A 12 13A 30 40
Octal 320 170 273 0 52 12 22 472 60 100
Binary 11010000 1111000 10111011 0 101010 1010 10010 100111010 110000 1000000

Color Harmonies of #D078BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D078BB

Black with #D078BB

Text Example


Text Example

White with #D078BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D078BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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