#C173CA

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

Shades of Orchid #C173CA

Tints of Orchid #C173CA

Color information

#C173CA (or 0xC173CA) is unknown color: approx Orchid. HEX triplet: C1, 73 and CA. RGB value is (193,115,202). Sum of RGB (Red+Green+Blue) = 193+115+202=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 115 (45.31% from 255 or 22.55% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #C173CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C173CA is #3E8C35. Grayscale: #939393. Windows color (decimal): -4099126 or 13267905. OLE color: 13267905.

HSL color Cylindrical-coordinate representation of color #C173CA: hue angle of 293.79º degrees, saturation: 0.45, 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 #C173CA is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB193115202-
CMYK0.040.4300.21
HSL293.79º45.08%62.16%-
HSV(B)293.79º43.07%79.22%-
XYZ38.7827.8659.21-
YUV148.24158.34159.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.84%
GREEN value IS 115 (45.31% from 255) = 22.55%
BLUE value IS 202 (79.30% from 255) = 39.61%
R=37.84%
G=22.55%
B=39.61%

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
Decimal1931152020.040.4300.21293.7945.0862.16
HexC173CA42B0151262d3e
Octal3011633124530254465576
Binary11000001111001111001010100101011010101100100110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C173CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C173CA; }

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

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

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

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

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

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

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

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