#C173D0

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

Shades of Orchid #C173D0

Tints of Orchid #C173D0

Color information

#C173D0 (or 0xC173D0) is unknown color: approx Orchid. HEX triplet: C1, 73 and D0. RGB value is (193,115,208). Sum of RGB (Red+Green+Blue) = 193+115+208=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 115 (45.31% from 255 or 22.29% from 516); Blue value is 208 (81.64% from 255 or 40.31% from 516); Max value from RGB is 208 - color contains mainly: blue. Hex color #C173D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C173D0 is #3E8C2F. Grayscale: #949494. Windows color (decimal): -4099120 or 13661121. OLE color: 13661121.

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

Color convert

RGB193115208-
CMYK0.070.4500.18
HSL290.32º49.73%63.33%-
HSV(B)290.32º44.71%81.57%-
XYZ39.5128.1563.03-
YUV148.92161.34159.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.40%
GREEN value IS 115 (45.31% from 255) = 22.29%
BLUE value IS 208 (81.64% from 255) = 40.31%
R=37.40%
G=22.29%
B=40.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1931152080.070.4500.18290.3249.7363.33
HexC173D072D012122323f
Octal3011633207550224426277
Binary11000001111001111010000111101101010010100100010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C173D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C173D0; }

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

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

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

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

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

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

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

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