#C179D6

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

Shades of Orchid #C179D6

Tints of Orchid #C179D6

Color information

#C179D6 (or 0xC179D6) is unknown color: approx Orchid. HEX triplet: C1, 79 and D6. RGB value is (193,121,214). Sum of RGB (Red+Green+Blue) = 193+121+214=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 121 (47.66% from 255 or 22.92% from 528); Blue value is 214 (83.98% from 255 or 40.53% from 528); Max value from RGB is 214 - color contains mainly: blue. Hex color #C179D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C179D6 is #3E8629. Grayscale: #989898. Windows color (decimal): -4097578 or 14055873. OLE color: 14055873.

HSL color Cylindrical-coordinate representation of color #C179D6: hue angle of 286.45º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C179D6 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB193121214-
CMYK0.100.4300.16
HSL286.45º53.14%65.69%-
HSV(B)286.45º43.46%83.92%-
XYZ40.9729.8767.22-
YUV153.13162.35156.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.55%
GREEN value IS 121 (47.66% from 255) = 22.92%
BLUE value IS 214 (83.98% from 255) = 40.53%
R=36.55%
G=22.92%
B=40.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1931212140.100.4300.16286.4553.1465.69
HexC179D6A2B01011e3542
Octal301171326125302043665102
Binary1100000111110011101011010101010110100001000111101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C179D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C179D6; }

 p { color: rgb(193,121,214); }

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

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

 a { background-color: rgb(193,121,214); }

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

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

 span { border-color: rgb(193,121,214); }

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