#C15FE1

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

Shades of Medium Orchid #C15FE1

Tints of Medium Orchid #C15FE1

Color information

#C15FE1 (or 0xC15FE1) is unknown color: approx Medium Orchid. HEX triplet: C1, 5F and E1. RGB value is (193,95,225). Sum of RGB (Red+Green+Blue) = 193+95+225=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 95 (37.5% from 255 or 18.52% from 513); Blue value is 225 (88.28% from 255 or 43.86% from 513); Max value from RGB is 225 - color contains mainly: blue. Hex color #C15FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15FE1 is #3EA01E. Grayscale: #8A8A8A. Windows color (decimal): -4104223 or 14770113. OLE color: 14770113.

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

Color convert

RGB19395225-
CMYK0.140.5800.12
HSL285.23º68.42%62.75%-
HSV(B)285.23º57.78%88.24%-
XYZ39.6824.9673.96-
YUV139.12176.47166.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.62%
GREEN value IS 95 (37.5% from 255) = 18.52%
BLUE value IS 225 (88.28% from 255) = 43.86%
R=37.62%
G=18.52%
B=43.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal193952250.140.5800.12285.2368.4262.75
HexC15FE1E3A0C11d443f
Octal301137341167201443510477
Binary110000011011111111000011110111010011001000111011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15FE1; }

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

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

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

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

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

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

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

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