#C15CE1

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

Shades of Medium Orchid #C15CE1

Tints of Medium Orchid #C15CE1

Color information

#C15CE1 (or 0xC15CE1) is unknown color: approx Medium Orchid. HEX triplet: C1, 5C and E1. RGB value is (193,92,225). Sum of RGB (Red+Green+Blue) = 193+92+225=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 92 (36.33% from 255 or 18.04% from 510); Blue value is 225 (88.28% from 255 or 44.12% from 510); Max value from RGB is 225 - color contains mainly: blue. Hex color #C15CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15CE1 is #3EA31E. Grayscale: #888888. Windows color (decimal): -4104991 or 14769345. OLE color: 14769345.

HSL color Cylindrical-coordinate representation of color #C15CE1: hue angle of 285.56º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C15CE1 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB19392225-
CMYK0.140.5900.12
HSL285.56º68.91%62.16%-
HSV(B)285.56º59.11%88.24%-
XYZ39.4124.4373.87-
YUV137.36177.46167.69-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.84%
GREEN value IS 92 (36.33% from 255) = 18.04%
BLUE value IS 225 (88.28% from 255) = 44.12%
R=37.84%
G=18.04%
B=44.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal193922250.140.5900.12285.5668.9162.16
HexC15CE1E3B0C11e453e
Octal301134341167301443610576
Binary110000011011100111000011110111011011001000111101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15CE1; }

 p { color: rgb(193,92,225); }

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

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

 a { background-color: rgb(193,92,225); }

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

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

 span { border-color: rgb(193,92,225); }

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