#C079C9

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

Shades of Orchid #C079C9

Tints of Orchid #C079C9

Color information

#C079C9 (or 0xC079C9) is unknown color: approx Orchid. HEX triplet: C0, 79 and C9. RGB value is (192,121,201). Sum of RGB (Red+Green+Blue) = 192+121+201=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 121 (47.66% from 255 or 23.54% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 201 - color contains mainly: blue. Hex color #C079C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C079C9 is #3F8636. Grayscale: #979797. Windows color (decimal): -4163127 or 13203904. OLE color: 13203904.

HSL color Cylindrical-coordinate representation of color #C079C9: hue angle of 293.25º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C079C9 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB192121201-
CMYK0.040.4000.21
HSL293.25º42.55%63.14%-
HSV(B)293.25º39.8%78.82%-
XYZ39.1229.158.81-
YUV151.35156.02157-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.35%
GREEN value IS 121 (47.66% from 255) = 23.54%
BLUE value IS 201 (78.91% from 255) = 39.11%
R=37.35%
G=23.54%
B=39.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921212010.040.4000.21293.2542.5563.14
HexC079C94280151252b3f
Octal3001713114500254455377
Binary11000000111100111001001100101000010101100100101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C079C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C079C9; }

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

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

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

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

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

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

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

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