Html Css Color HEX #C079DC Medium Orchid

📋 copy color: '#C079DC'

red 192 ◦ green 121 ◦ blue 220

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

Shades of Medium Orchid #C079DC

Tints of Medium Orchid #C079DC

RGB

 RED value IS 192 (75.39% from 255) = 36.02%

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

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

R = 36.02%
G = 22.7%
B = 41.28%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C079DC (or 0xC079DC) is known color: Medium Orchid. HEX triplet: C0, 79 and DC. RGB value is (192,121,220). Sum of RGB (Red+Green+Blue) = 192+121+220=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 121 (47.66% from 255 or 22.70% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #C079DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C079DC is #3F8623. Grayscale: #999999. Windows color (decimal): -4163108 or 14449088. OLE color: 14449088.

HSL color Cylindrical-coordinate representation of color #C079DC: hue angle of 283.03º 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 #C079DC is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 121 220 -
CMYK 0.13 0.45 0 0.14
HSL 283.03º 0.59% 0.67% -
HSV(B) 283.03º 0.45% 0.86% -
XYZ 41.49 30.05 71.32 -
YUV 153.52 165.52 155.45 -
System Red Green Blue C M Y K H S L
Decimal 192 121 220 0.13 0.45 0 0.14 283.03 0.59 0.67
Hex C0 79 DC D 2D 0 E 11B 3B 43
Octal 300 171 334 15 55 0 16 433 73 103
Binary 11000000 1111001 11011100 1101 101101 0 1110 100011011 111011 1000011

Color Harmonies of #C079DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C079DC

Black with #C079DC

Text Example


Text Example

White with #C079DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C079DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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