#C079DD

Color #C079DD Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C079DD

Tints of Medium Orchid #C079DD

Color information

#C079DD (or 0xC079DD) is unknown color: approx Medium Orchid. HEX triplet: C0, 79 and DD. RGB value is (192,121,221). Sum of RGB (Red+Green+Blue) = 192+121+221=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 121 (47.66% from 255 or 22.66% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #C079DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C079DD is #3F8622. Grayscale: #999999. Windows color (decimal): -4163107 or 14514624. OLE color: 14514624.

HSL color Cylindrical-coordinate representation of color #C079DD: hue angle of 282.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C079DD is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB192121221-
CMYK0.130.4500.13
HSL282.6º59.52%67.06%-
HSV(B)282.6º45.25%86.67%-
XYZ41.6330.172.02-
YUV153.63166.02155.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.96%
GREEN value IS 121 (47.66% from 255) = 22.66%
BLUE value IS 221 (86.72% from 255) = 41.39%
R=35.96%
G=22.66%
B=41.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921212210.130.4500.13282.659.5267.06
HexC079DDD2D0D11b3c43
Octal300171335155501543374103
Binary110000001111001110111011101101101011011000110111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C079DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C079DD; }

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

 H1.HeaderClassName
 {
   color: #C079DD;
 }
 .AnyTagClassName
 {
   color: #C079DD;
 }
</style>
background-color css

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

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

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

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

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

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