Html Css Color HEX #D079B7 Orchid

📋 copy color: '#D079B7'

red 208 ◦ green 121 ◦ blue 183

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

Shades of Orchid #D079B7

Tints of Orchid #D079B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.74%

R = 40.63%
G = 23.63%
B = 35.74%

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

#D079B7 (or 0xD079B7) is known color: Orchid. HEX triplet: D0, 79 and B7. RGB value is (208,121,183). Sum of RGB (Red+Green+Blue) = 208+121+183=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 121 (47.66% from 255 or 23.63% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D079B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D079B7 is #2F8648. Grayscale: #999999. Windows color (decimal): -3114569 or 12024272. OLE color: 12024272.

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

Color convert

RGB 208 121 183 -
CMYK 0 0.42 0.12 0.18
HSL 317.24º 0.48% 0.65% -
HSV(B) 317.24º 0.42% 0.82% -
XYZ 41.4 30.5 48.51 -
YUV 154.08 144.32 166.46 -
System Red Green Blue C M Y K H S L
Decimal 208 121 183 0 0.42 0.12 0.18 317.24 0.48 0.65
Hex D0 79 B7 0 2A C 12 13D 30 41
Octal 320 171 267 0 52 14 22 475 60 101
Binary 11010000 1111001 10110111 0 101010 1100 10010 100111101 110000 1000001

Color Harmonies of #D079B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D079B7

Black with #D079B7

Text Example


Text Example

White with #D079B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D079B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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