#C15DCE

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

Shades of Medium Orchid #C15DCE

Tints of Medium Orchid #C15DCE

Color information

#C15DCE (or 0xC15DCE) is unknown color: approx Medium Orchid. HEX triplet: C1, 5D and CE. RGB value is (193,93,206). Sum of RGB (Red+Green+Blue) = 193+93+206=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 93 (36.72% from 255 or 18.90% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #C15DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15DCE is #3EA231. Grayscale: #878787. Windows color (decimal): -4104754 or 13524417. OLE color: 13524417.

HSL color Cylindrical-coordinate representation of color #C15DCE: hue angle of 293.1º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C15DCE is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19393206-
CMYK0.060.5500.19
HSL293.1º53.55%58.63%-
HSV(B)293.1º54.85%80.78%-
XYZ37.0523.6261-
YUV135.78167.63168.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.23%
GREEN value IS 93 (36.72% from 255) = 18.90%
BLUE value IS 206 (80.86% from 255) = 41.87%
R=39.23%
G=18.90%
B=41.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal193932060.060.5500.19293.153.5558.63
HexC15DCE637013125363b
Octal3011353166670234456673
Binary11000001101110111001110110110111010011100100101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15DCE; }

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

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

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

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

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

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

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

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