Html Css Color HEX #D076BB Orchid

📋 copy color: '#D076BB'

red 208 ◦ green 118 ◦ blue 187

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

Shades of Orchid #D076BB

Tints of Orchid #D076BB

RGB

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

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

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

R = 40.55%
G = 23%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D076BB (or 0xD076BB) is known color: Orchid. HEX triplet: D0, 76 and BB. RGB value is (208,118,187). Sum of RGB (Red+Green+Blue) = 208+118+187=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D076BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D076BB is #2F8944. Grayscale: #989898. Windows color (decimal): -3115333 or 12285648. OLE color: 12285648.

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

Color convert

RGB 208 118 187 -
CMYK 0 0.43 0.10 0.18
HSL 314º 0.49% 0.64% -
HSV(B) 314º 0.43% 0.82% -
XYZ 41.46 29.95 50.61 -
YUV 152.78 147.32 167.39 -
System Red Green Blue C M Y K H S L
Decimal 208 118 187 0 0.43 0.10 0.18 314 0.49 0.64
Hex D0 76 BB 0 2B A 12 13A 31 40
Octal 320 166 273 0 53 12 22 472 61 100
Binary 11010000 1110110 10111011 0 101011 1010 10010 100111010 110001 1000000

Color Harmonies of #D076BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D076BB

Black with #D076BB

Text Example


Text Example

White with #D076BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D076BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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