#C148EB

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

Shades of Medium Orchid #C148EB

Tints of Medium Orchid #C148EB

Color information

#C148EB (or 0xC148EB) is unknown color: approx Medium Orchid. HEX triplet: C1, 48 and EB. RGB value is (193,72,235). Sum of RGB (Red+Green+Blue) = 193+72+235=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 72 (28.52% from 255 or 14.4% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #C148EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C148EB is #3EB714. Grayscale: #7E7E7E. Windows color (decimal): -4110101 or 15419585. OLE color: 15419585.

HSL color Cylindrical-coordinate representation of color #C148EB: hue angle of 284.54º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C148EB is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19372235-
CMYK0.180.6900.08
HSL284.54º80.3%60.2%-
HSV(B)284.54º69.36%92.16%-
XYZ39.3121.9780.77-
YUV126.76189.09175.25-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.6%
GREEN value IS 72 (28.52% from 255) = 14.4%
BLUE value IS 235 (92.19% from 255) = 47%
R=38.6%
G=14.4%
B=47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal193722350.180.6900.08284.5480.360.2
HexC148EB12450811d503c
Octal3011103532210501043512074
Binary11000001100100011101011100101000101010001000111011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C148EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C148EB; }

 p { color: rgb(193,72,235); }

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

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

 a { background-color: rgb(193,72,235); }

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

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

 span { border-color: rgb(193,72,235); }

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