#C158F1

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

Shades of Medium Orchid #C158F1

Tints of Medium Orchid #C158F1

Color information

#C158F1 (or 0xC158F1) is unknown color: approx Medium Orchid. HEX triplet: C1, 58 and F1. RGB value is (193,88,241). Sum of RGB (Red+Green+Blue) = 193+88+241=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 88 (34.77% from 255 or 16.86% from 522); Blue value is 241 (94.53% from 255 or 46.17% from 522); Max value from RGB is 241 - color contains mainly: blue. Hex color #C158F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C158F1 is #3EA70E. Grayscale: #888888. Windows color (decimal): -4105999 or 15816897. OLE color: 15816897.

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

Color convert

RGB19388241-
CMYK0.200.6300.05
HSL281.18º84.53%64.51%-
HSV(B)281.18º63.49%94.51%-
XYZ41.3624.6785.8-
YUV136.84186.79168.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.97%
GREEN value IS 88 (34.77% from 255) = 16.86%
BLUE value IS 241 (94.53% from 255) = 46.17%
R=36.97%
G=16.86%
B=46.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal193882410.200.6300.05281.1884.5364.51
HexC158F1143F051195541
Octal301130361247705431125101
Binary1100000110110001111000110100111111010110001100110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C158F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C158F1; }

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

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

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

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

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

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

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

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