#C548FE

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

Shades of Medium Orchid #C548FE

Tints of Medium Orchid #C548FE

Color information

#C548FE (or 0xC548FE) is unknown color: approx Medium Orchid. HEX triplet: C5, 48 and FE. RGB value is (197,72,254). Sum of RGB (Red+Green+Blue) = 197+72+254=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 72 (28.52% from 255 or 13.77% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #C548FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C548FE is #3AB701. Grayscale: #818181. Windows color (decimal): -3847938 or 16664773. OLE color: 16664773.

HSL color Cylindrical-coordinate representation of color #C548FE: hue angle of 281.21º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C548FE is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB19772254-
CMYK0.220.7200.00
HSL281.21º98.91%63.92%-
HSV(B)281.21º71.65%99.61%-
XYZ43.2323.6696.05-
YUV130.12197.91175.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.67%
GREEN value IS 72 (28.52% from 255) = 13.77%
BLUE value IS 254 (99.61% from 255) = 48.57%
R=37.67%
G=13.77%
B=48.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal197722540.220.7200.00281.2198.9163.92
HexC548FE1648001196340
Octal3051103762611000431143100
Binary110001011001000111111101011010010000010001100111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C548FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C548FE; }

 p { color: rgb(197,72,254); }

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

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

 a { background-color: rgb(197,72,254); }

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

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

 span { border-color: rgb(197,72,254); }

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