#C176D0

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

Shades of Orchid #C176D0

Tints of Orchid #C176D0

Color information

#C176D0 (or 0xC176D0) is unknown color: approx Orchid. HEX triplet: C1, 76 and D0. RGB value is (193,118,208). Sum of RGB (Red+Green+Blue) = 193+118+208=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 208 - color contains mainly: blue. Hex color #C176D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C176D0 is #3E892F. Grayscale: #969696. Windows color (decimal): -4098352 or 13661889. OLE color: 13661889.

HSL color Cylindrical-coordinate representation of color #C176D0: hue angle of 290º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C176D0 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB193118208-
CMYK0.070.4300.18
HSL290º48.91%63.92%-
HSV(B)290º43.27%81.57%-
XYZ39.8628.8563.14-
YUV150.68160.35158.18-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.19%
GREEN value IS 118 (46.48% from 255) = 22.74%
BLUE value IS 208 (81.64% from 255) = 40.08%
R=37.19%
G=22.74%
B=40.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1931182080.070.4300.1829048.9163.92
HexC176D072B0121223140
Octal30116632075302244261100
Binary110000011110110110100001111010110100101001000101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C176D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C176D0; }

 p { color: rgb(193,118,208); }

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

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

 a { background-color: rgb(193,118,208); }

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

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

 span { border-color: rgb(193,118,208); }

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