#C048FB

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

Shades of Medium Orchid #C048FB

Tints of Medium Orchid #C048FB

Color information

#C048FB (or 0xC048FB) is unknown color: approx Medium Orchid. HEX triplet: C0, 48 and FB. RGB value is (192,72,251). Sum of RGB (Red+Green+Blue) = 192+72+251=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 72 (28.52% from 255 or 13.98% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #C048FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C048FB is #3FB704. Grayscale: #7F7F7F. Windows color (decimal): -4175621 or 16468160. OLE color: 16468160.

HSL color Cylindrical-coordinate representation of color #C048FB: hue angle of 280.22º 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 #C048FB is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19272251-
CMYK0.240.7100.02
HSL280.22º95.72%63.33%-
HSV(B)280.22º71.31%98.43%-
XYZ41.4722.8193.48-
YUV128.29197.26173.45-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.28%
GREEN value IS 72 (28.52% from 255) = 13.98%
BLUE value IS 251 (98.44% from 255) = 48.74%
R=37.28%
G=13.98%
B=48.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal192722510.240.7100.02280.2295.7263.33
HexC048FB184702118603f
Octal300110373301070243014077
Binary110000001001000111110111100010001110101000110001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C048FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C048FB; }

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

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

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

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

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

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

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

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