#C179D3

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

Shades of Orchid #C179D3

Tints of Orchid #C179D3

Color information

#C179D3 (or 0xC179D3) is unknown color: approx Orchid. HEX triplet: C1, 79 and D3. RGB value is (193,121,211). Sum of RGB (Red+Green+Blue) = 193+121+211=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 211 (82.81% from 255 or 40.19% from 525); Max value from RGB is 211 - color contains mainly: blue. Hex color #C179D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C179D3 is #3E862C. Grayscale: #989898. Windows color (decimal): -4097581 or 13859265. OLE color: 13859265.

HSL color Cylindrical-coordinate representation of color #C179D3: hue angle of 288º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C179D3 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB193121211-
CMYK0.090.4300.17
HSL288º50.56%65.1%-
HSV(B)288º42.65%82.75%-
XYZ40.5929.7265.22-
YUV152.79160.85156.68-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.76%
GREEN value IS 121 (47.66% from 255) = 23.05%
BLUE value IS 211 (82.81% from 255) = 40.19%
R=36.76%
G=23.05%
B=40.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1931212110.090.4300.1728850.5665.1
HexC179D392B0111203341
Octal301171323115302144063101
Binary1100000111110011101001110011010110100011001000001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C179D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C179D3; }

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

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

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

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

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

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

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

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