Html Css Color HEX #D079BC Orchid

📋 copy color: '#D079BC'

red 208 ◦ green 121 ◦ blue 188

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

Shades of Orchid #D079BC

Tints of Orchid #D079BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.36%

R = 40.23%
G = 23.4%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D079BC (or 0xD079BC) is known color: Orchid. HEX triplet: D0, 79 and BC. RGB value is (208,121,188). Sum of RGB (Red+Green+Blue) = 208+121+188=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D079BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D079BC is #2F8643. Grayscale: #9A9A9A. Windows color (decimal): -3114564 or 12351952. OLE color: 12351952.

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

Color convert

RGB 208 121 188 -
CMYK 0 0.42 0.10 0.18
HSL 313.79º 0.48% 0.65% -
HSV(B) 313.79º 0.42% 0.82% -
XYZ 41.93 30.72 51.3 -
YUV 154.65 146.82 166.05 -
System Red Green Blue C M Y K H S L
Decimal 208 121 188 0 0.42 0.10 0.18 313.79 0.48 0.65
Hex D0 79 BC 0 2A A 12 13A 30 41
Octal 320 171 274 0 52 12 22 472 60 101
Binary 11010000 1111001 10111100 0 101010 1010 10010 100111010 110000 1000001

Color Harmonies of #D079BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D079BC

Black with #D079BC

Text Example


Text Example

White with #D079BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D079BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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