#C173C9

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

Shades of Orchid #C173C9

Tints of Orchid #C173C9

Color information

#C173C9 (or 0xC173C9) is unknown color: approx Orchid. HEX triplet: C1, 73 and C9. RGB value is (193,115,201). Sum of RGB (Red+Green+Blue) = 193+115+201=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 201 - color contains mainly: blue. Hex color #C173C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C173C9 is #3E8C36. Grayscale: #939393. Windows color (decimal): -4099127 or 13202369. OLE color: 13202369.

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

Color convert

RGB193115201-
CMYK0.040.4300.21
HSL294.42º44.33%61.96%-
HSV(B)294.42º42.79%78.82%-
XYZ38.6727.8258.59-
YUV148.13157.84160.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.92%
GREEN value IS 115 (45.31% from 255) = 22.59%
BLUE value IS 201 (78.91% from 255) = 39.49%
R=37.92%
G=22.59%
B=39.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1931152010.040.4300.21294.4244.3361.96
HexC173C942B0151262c3e
Octal3011633114530254465476
Binary11000001111001111001001100101011010101100100110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C173C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C173C9; }

 p { color: rgb(193,115,201); }

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

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

 a { background-color: rgb(193,115,201); }

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

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

 span { border-color: rgb(193,115,201); }

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