#C15DEA

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

Shades of Medium Orchid #C15DEA

Tints of Medium Orchid #C15DEA

Color information

#C15DEA (or 0xC15DEA) is unknown color: approx Medium Orchid. HEX triplet: C1, 5D and EA. RGB value is (193,93,234). Sum of RGB (Red+Green+Blue) = 193+93+234=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 93 (36.72% from 255 or 17.88% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #C15DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15DEA is #3EA215. Grayscale: #8A8A8A. Windows color (decimal): -4104726 or 15359425. OLE color: 15359425.

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

Color convert

RGB19393234-
CMYK0.180.6000.08
HSL282.55º77.05%64.12%-
HSV(B)282.55º60.26%91.76%-
XYZ40.7625.1180.54-
YUV138.97181.63166.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.12%
GREEN value IS 93 (36.72% from 255) = 17.88%
BLUE value IS 234 (91.80% from 255) = 45%
R=37.12%
G=17.88%
B=45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal193932340.180.6000.08282.5577.0564.12
HexC15DEA123C0811b4d40
Octal3011353522274010433115100
Binary11000001101110111101010100101111000100010001101110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15DEA; }

 p { color: rgb(193,93,234); }

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

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

 a { background-color: rgb(193,93,234); }

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

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

 span { border-color: rgb(193,93,234); }

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