#C15FF0

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

Shades of Medium Orchid #C15FF0

Tints of Medium Orchid #C15FF0

Color information

#C15FF0 (or 0xC15FF0) is unknown color: approx Medium Orchid. HEX triplet: C1, 5F and F0. RGB value is (193,95,240). Sum of RGB (Red+Green+Blue) = 193+95+240=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 95 (37.5% from 255 or 17.99% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #C15FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15FF0 is #3EA00F. Grayscale: #8C8C8C. Windows color (decimal): -4104208 or 15753153. OLE color: 15753153.

HSL color Cylindrical-coordinate representation of color #C15FF0: hue angle of 280.55º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C15FF0 is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB19395240-
CMYK0.200.6000.06
HSL280.55º82.86%65.69%-
HSV(B)280.55º60.42%94.12%-
XYZ41.8125.8185.22-
YUV140.83183.97165.21-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.55%
GREEN value IS 95 (37.5% from 255) = 17.99%
BLUE value IS 240 (94.14% from 255) = 45.45%
R=36.55%
G=17.99%
B=45.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal193952400.200.6000.06280.5582.8665.69
HexC15FF0143C061195342
Octal301137360247406431123102
Binary1100000110111111111000010100111100011010001100110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15FF0; }

 p { color: rgb(193,95,240); }

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

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

 a { background-color: rgb(193,95,240); }

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

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

 span { border-color: rgb(193,95,240); }

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