Html Css Color HEX #D077B9 Orchid

📋 copy color: '#D077B9'

red 208 ◦ green 119 ◦ blue 185

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

Shades of Orchid #D077B9

Tints of Orchid #D077B9

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.24%

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

R = 40.63%
G = 23.24%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D077B9 (or 0xD077B9) is known color: Orchid. HEX triplet: D0, 77 and B9. RGB value is (208,119,185). Sum of RGB (Red+Green+Blue) = 208+119+185=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D077B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D077B9 is #2F8846. Grayscale: #989898. Windows color (decimal): -3115079 or 12154832. OLE color: 12154832.

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

Color convert

RGB 208 119 185 -
CMYK 0 0.43 0.11 0.18
HSL 315.51º 0.49% 0.64% -
HSV(B) 315.51º 0.43% 0.82% -
XYZ 41.37 30.11 49.53 -
YUV 153.14 145.99 167.13 -
System Red Green Blue C M Y K H S L
Decimal 208 119 185 0 0.43 0.11 0.18 315.51 0.49 0.64
Hex D0 77 B9 0 2B B 12 13C 31 40
Octal 320 167 271 0 53 13 22 474 61 100
Binary 11010000 1110111 10111001 0 101011 1011 10010 100111100 110001 1000000

Color Harmonies of #D077B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D077B9

Black with #D077B9

Text Example


Text Example

White with #D077B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D077B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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