#C15CF1

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

Shades of Medium Orchid #C15CF1

Tints of Medium Orchid #C15CF1

Color information

#C15CF1 (or 0xC15CF1) is unknown color: approx Medium Orchid. HEX triplet: C1, 5C and F1. RGB value is (193,92,241). Sum of RGB (Red+Green+Blue) = 193+92+241=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 92 (36.33% from 255 or 17.49% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #C15CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15CF1 is #3EA30E. Grayscale: #8A8A8A. Windows color (decimal): -4104975 or 15817921. OLE color: 15817921.

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

Color convert

RGB19392241-
CMYK0.200.6200.05
HSL280.67º84.18%65.29%-
HSV(B)280.67º61.83%94.51%-
XYZ41.725.3485.91-
YUV139.18185.46166.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.69%
GREEN value IS 92 (36.33% from 255) = 17.49%
BLUE value IS 241 (94.53% from 255) = 45.82%
R=36.69%
G=17.49%
B=45.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal193922410.200.6200.05280.6784.1865.29
HexC15CF1143E051195441
Octal301134361247605431124101
Binary1100000110111001111000110100111110010110001100110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15CF1; }

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

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

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

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

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

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

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

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