#C15AEB

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

Shades of Medium Orchid #C15AEB

Tints of Medium Orchid #C15AEB

Color information

#C15AEB (or 0xC15AEB) is unknown color: approx Medium Orchid. HEX triplet: C1, 5A and EB. RGB value is (193,90,235). Sum of RGB (Red+Green+Blue) = 193+90+235=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 90 (35.55% from 255 or 17.37% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #C15AEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15AEB is #3EA514. Grayscale: #888888. Windows color (decimal): -4105493 or 15424193. OLE color: 15424193.

HSL color Cylindrical-coordinate representation of color #C15AEB: hue angle of 282.62º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C15AEB is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19390235-
CMYK0.180.6200.08
HSL282.62º78.38%63.73%-
HSV(B)282.62º61.7%92.16%-
XYZ40.6424.6581.21-
YUV137.33183.12167.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.26%
GREEN value IS 90 (35.55% from 255) = 17.37%
BLUE value IS 235 (92.19% from 255) = 45.37%
R=37.26%
G=17.37%
B=45.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal193902350.180.6200.08282.6278.3863.73
HexC15AEB123E0811b4e40
Octal3011323532276010433116100
Binary11000001101101011101011100101111100100010001101110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15AEB; }

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

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

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

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

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

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

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

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