#C148FB

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

Shades of Medium Orchid #C148FB

Tints of Medium Orchid #C148FB

Color information

#C148FB (or 0xC148FB) is unknown color: approx Medium Orchid. HEX triplet: C1, 48 and FB. RGB value is (193,72,251). Sum of RGB (Red+Green+Blue) = 193+72+251=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 72 (28.52% from 255 or 13.95% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #C148FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C148FB is #3EB704. Grayscale: #7F7F7F. Windows color (decimal): -4110085 or 16468161. OLE color: 16468161.

HSL color Cylindrical-coordinate representation of color #C148FB: hue angle of 280.56º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C148FB is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19372251-
CMYK0.230.7100.02
HSL280.56º95.72%63.33%-
HSV(B)280.56º71.31%98.43%-
XYZ41.7222.9493.5-
YUV128.58197.09173.95-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.40%
GREEN value IS 72 (28.52% from 255) = 13.95%
BLUE value IS 251 (98.44% from 255) = 48.64%
R=37.40%
G=13.95%
B=48.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal193722510.230.7100.02280.5695.7263.33
HexC148FB174702119603f
Octal301110373271070243114077
Binary110000011001000111110111011110001110101000110011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C148FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C148FB; }

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

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

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

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

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

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

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

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