#C079CC

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

Shades of Orchid #C079CC

Tints of Orchid #C079CC

Color information

#C079CC (or 0xC079CC) is unknown color: approx Orchid. HEX triplet: C0, 79 and CC. RGB value is (192,121,204). Sum of RGB (Red+Green+Blue) = 192+121+204=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #C079CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C079CC is #3F8633. Grayscale: #979797. Windows color (decimal): -4163124 or 13400512. OLE color: 13400512.

HSL color Cylindrical-coordinate representation of color #C079CC: hue angle of 291.33º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C079CC is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB192121204-
CMYK0.060.4100.2
HSL291.33º44.86%63.73%-
HSV(B)291.33º40.69%80%-
XYZ39.4729.2460.69-
YUV151.69157.52156.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.14%
GREEN value IS 121 (47.66% from 255) = 23.40%
BLUE value IS 204 (80.08% from 255) = 39.46%
R=37.14%
G=23.40%
B=39.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1921212040.060.4100.2291.3344.8663.73
HexC079CC6290141232d40
Octal30017131465102444355100
Binary110000001111001110011001101010010101001001000111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C079CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C079CC; }

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

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

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

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

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

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

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

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