#C163CC

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

Shades of Medium Orchid #C163CC

Tints of Medium Orchid #C163CC

Color information

#C163CC (or 0xC163CC) is unknown color: approx Medium Orchid. HEX triplet: C1, 63 and CC. RGB value is (193,99,204). Sum of RGB (Red+Green+Blue) = 193+99+204=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 99 (39.06% from 255 or 19.96% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #C163CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C163CC is #3E9C33. Grayscale: #8A8A8A. Windows color (decimal): -4103220 or 13394881. OLE color: 13394881.

HSL color Cylindrical-coordinate representation of color #C163CC: hue angle of 293.71º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C163CC is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19399204-
CMYK0.050.5100.2
HSL293.71º50.72%59.41%-
HSV(B)293.71º51.47%80%-
XYZ37.3524.6259.91-
YUV139.08164.64166.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.91%
GREEN value IS 99 (39.06% from 255) = 19.96%
BLUE value IS 204 (80.08% from 255) = 41.13%
R=38.91%
G=19.96%
B=41.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal193992040.050.5100.2293.7150.7259.41
HexC163CC533014126333b
Octal3011433145630244466373
Binary11000001110001111001100101110011010100100100110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C163CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C163CC; }

 p { color: rgb(193,99,204); }

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

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

 a { background-color: rgb(193,99,204); }

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

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

 span { border-color: rgb(193,99,204); }

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