#C143D5

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

Shades of Medium Orchid #C143D5

Tints of Medium Orchid #C143D5

Color information

#C143D5 (or 0xC143D5) is unknown color: approx Medium Orchid. HEX triplet: C1, 43 and D5. RGB value is (193,67,213). Sum of RGB (Red+Green+Blue) = 193+67+213=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 67 (26.56% from 255 or 14.16% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #C143D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C143D5 is #3EBC2A. Grayscale: #787878. Windows color (decimal): -4111403 or 13976513. OLE color: 13976513.

HSL color Cylindrical-coordinate representation of color #C143D5: hue angle of 291.78º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C143D5 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19367213-
CMYK0.090.6900.16
HSL291.78º63.48%54.9%-
HSV(B)291.78º68.54%83.53%-
XYZ36.0120.1664.94-
YUV121.32179.74179.13-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.80%
GREEN value IS 67 (26.56% from 255) = 14.16%
BLUE value IS 213 (83.59% from 255) = 45.03%
R=40.80%
G=14.16%
B=45.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal193672130.090.6900.16291.7863.4854.9
HexC143D59450101243f37
Octal301103325111050204447767
Binary1100000110000111101010110011000101010000100100100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C143D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C143D5; }

 p { color: rgb(193,67,213); }

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

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

 a { background-color: rgb(193,67,213); }

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

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

 span { border-color: rgb(193,67,213); }

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