#C15AE7

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

Shades of Medium Orchid #C15AE7

Tints of Medium Orchid #C15AE7

Color information

#C15AE7 (or 0xC15AE7) is unknown color: approx Medium Orchid. HEX triplet: C1, 5A and E7. RGB value is (193,90,231). Sum of RGB (Red+Green+Blue) = 193+90+231=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 90 (35.55% from 255 or 17.51% from 514); Blue value is 231 (90.62% from 255 or 44.94% from 514); Max value from RGB is 231 - color contains mainly: blue. Hex color #C15AE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15AE7 is #3EA518. Grayscale: #888888. Windows color (decimal): -4105497 or 15162049. OLE color: 15162049.

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

Color convert

RGB19390231-
CMYK0.160.6100.09
HSL283.83º74.6%62.94%-
HSV(B)283.83º61.04%90.59%-
XYZ40.0724.4278.2-
YUV136.87181.12168.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.55%
GREEN value IS 90 (35.55% from 255) = 17.51%
BLUE value IS 231 (90.62% from 255) = 44.94%
R=37.55%
G=17.51%
B=44.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal193902310.160.6100.09283.8374.662.94
HexC15AE7103D0911c4b3f
Octal301132347207501143411377
Binary1100000110110101110011110000111101010011000111001001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15AE7; }

 p { color: rgb(193,90,231); }

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

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

 a { background-color: rgb(193,90,231); }

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

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

 span { border-color: rgb(193,90,231); }

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