Html Css Color HEX #D079B6 Orchid

📋 copy color: '#D079B6'

red 208 ◦ green 121 ◦ blue 182

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

Shades of Orchid #D079B6

Tints of Orchid #D079B6

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.68%

 BLUE value IS 182 (71.48% from 255) = 35.62%

R = 40.7%
G = 23.68%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D079B6 (or 0xD079B6) is known color: Orchid. HEX triplet: D0, 79 and B6. RGB value is (208,121,182). Sum of RGB (Red+Green+Blue) = 208+121+182=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D079B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D079B6 is #2F8649. Grayscale: #999999. Windows color (decimal): -3114570 or 11958736. OLE color: 11958736.

HSL color Cylindrical-coordinate representation of color #D079B6: hue angle of 317.93º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D079B6 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 121 182 -
CMYK 0 0.42 0.12 0.18
HSL 317.93º 0.48% 0.65% -
HSV(B) 317.93º 0.42% 0.82% -
XYZ 41.29 30.46 47.96 -
YUV 153.97 143.82 166.54 -
System Red Green Blue C M Y K H S L
Decimal 208 121 182 0 0.42 0.12 0.18 317.93 0.48 0.65
Hex D0 79 B6 0 2A C 12 13E 30 41
Octal 320 171 266 0 52 14 22 476 60 101
Binary 11010000 1111001 10110110 0 101010 1100 10010 100111110 110000 1000001

Color Harmonies of #D079B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D079B6

Black with #D079B6

Text Example


Text Example

White with #D079B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D079B6; }

 p { color: rgb(208,121,182); }

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

background-color css

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

 a { background-color: rgb(208,121,182); }

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

border-color css

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

 span { border-color: rgb(208,121,182); }

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