Html Css Color HEX #D076B9 Orchid

📋 copy color: '#D076B9'

red 208 ◦ green 118 ◦ blue 185

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

Shades of Orchid #D076B9

Tints of Orchid #D076B9

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.09%

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

R = 40.7%
G = 23.09%
B = 36.2%

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

#D076B9 (or 0xD076B9) is known color: Orchid. HEX triplet: D0, 76 and B9. RGB value is (208,118,185). Sum of RGB (Red+Green+Blue) = 208+118+185=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D076B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D076B9 is #2F8946. Grayscale: #989898. Windows color (decimal): -3115335 or 12154576. OLE color: 12154576.

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

Color convert

RGB 208 118 185 -
CMYK 0 0.43 0.11 0.18
HSL 315.33º 0.49% 0.64% -
HSV(B) 315.33º 0.43% 0.82% -
XYZ 41.25 29.87 49.49 -
YUV 152.55 146.32 167.55 -
System Red Green Blue C M Y K H S L
Decimal 208 118 185 0 0.43 0.11 0.18 315.33 0.49 0.64
Hex D0 76 B9 0 2B B 12 13B 31 40
Octal 320 166 271 0 53 13 22 473 61 100
Binary 11010000 1110110 10111001 0 101011 1011 10010 100111011 110001 1000000

Color Harmonies of #D076B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D076B9

Black with #D076B9

Text Example


Text Example

White with #D076B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D076B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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