Html Css Color HEX #D076BA Orchid

📋 copy color: '#D076BA'

red 208 ◦ green 118 ◦ blue 186

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

Shades of Orchid #D076BA

Tints of Orchid #D076BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.33%

R = 40.63%
G = 23.05%
B = 36.33%

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

#D076BA (or 0xD076BA) is known color: Orchid. HEX triplet: D0, 76 and BA. RGB value is (208,118,186). Sum of RGB (Red+Green+Blue) = 208+118+186=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 118 (46.48% from 255 or 23.05% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D076BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D076BA is #2F8945. Grayscale: #989898. Windows color (decimal): -3115334 or 12220112. OLE color: 12220112.

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

Color convert

RGB 208 118 186 -
CMYK 0 0.43 0.11 0.18
HSL 314.67º 0.49% 0.64% -
HSV(B) 314.67º 0.43% 0.82% -
XYZ 41.35 29.91 50.05 -
YUV 152.66 146.82 167.47 -
System Red Green Blue C M Y K H S L
Decimal 208 118 186 0 0.43 0.11 0.18 314.67 0.49 0.64
Hex D0 76 BA 0 2B B 12 13B 31 40
Octal 320 166 272 0 53 13 22 473 61 100
Binary 11010000 1110110 10111010 0 101011 1011 10010 100111011 110001 1000000

Color Harmonies of #D076BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D076BA

Black with #D076BA

Text Example


Text Example

White with #D076BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D076BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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