Html Css Color HEX #D079DC Orchid

📋 copy color: '#D079DC'

red 208 ◦ green 121 ◦ blue 220

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

Shades of Orchid #D079DC

Tints of Orchid #D079DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.07%

R = 37.89%
G = 22.04%
B = 40.07%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D079DC (or 0xD079DC) is known color: Orchid. HEX triplet: D0, 79 and DC. RGB value is (208,121,220). Sum of RGB (Red+Green+Blue) = 208+121+220=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 121 (47.66% from 255 or 22.04% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #D079DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D079DC is #2F8623. Grayscale: #9D9D9D. Windows color (decimal): -3114532 or 14449104. OLE color: 14449104.

HSL color Cylindrical-coordinate representation of color #D079DC: hue angle of 292.73º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D079DC is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 121 220 -
CMYK 0.05 0.45 0 0.14
HSL 292.73º 0.59% 0.67% -
HSV(B) 292.73º 0.45% 0.86% -
XYZ 45.77 32.25 71.52 -
YUV 158.3 162.82 163.45 -
System Red Green Blue C M Y K H S L
Decimal 208 121 220 0.05 0.45 0 0.14 292.73 0.59 0.67
Hex D0 79 DC 5 2D 0 E 125 3B 43
Octal 320 171 334 5 55 0 16 445 73 103
Binary 11010000 1111001 11011100 101 101101 0 1110 100100101 111011 1000011

Color Harmonies of #D079DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D079DC

Black with #D079DC

Text Example


Text Example

White with #D079DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D079DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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