#C15DF1

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

Shades of Medium Orchid #C15DF1

Tints of Medium Orchid #C15DF1

Color information

#C15DF1 (or 0xC15DF1) is unknown color: approx Medium Orchid. HEX triplet: C1, 5D and F1. RGB value is (193,93,241). Sum of RGB (Red+Green+Blue) = 193+93+241=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 93 (36.72% from 255 or 17.65% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #C15DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15DF1 is #3EA20E. Grayscale: #8B8B8B. Windows color (decimal): -4104719 or 15818177. OLE color: 15818177.

HSL color Cylindrical-coordinate representation of color #C15DF1: hue angle of 280.54º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C15DF1 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19393241-
CMYK0.200.6100.05
HSL280.54º84.09%65.49%-
HSV(B)280.54º61.41%94.51%-
XYZ41.7825.5285.94-
YUV139.77185.13165.97-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.62%
GREEN value IS 93 (36.72% from 255) = 17.65%
BLUE value IS 241 (94.53% from 255) = 45.73%
R=36.62%
G=17.65%
B=45.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal193932410.200.6100.05280.5484.0965.49
HexC15DF1143D051195441
Octal301135361247505431124101
Binary1100000110111011111000110100111101010110001100110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15DF1; }

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

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

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

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

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

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

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

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