#C448FA

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

Shades of Medium Orchid #C448FA

Tints of Medium Orchid #C448FA

Color information

#C448FA (or 0xC448FA) is unknown color: approx Medium Orchid. HEX triplet: C4, 48 and FA. RGB value is (196,72,250). Sum of RGB (Red+Green+Blue) = 196+72+250=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 72 (28.52% from 255 or 13.90% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #C448FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C448FA is #3BB705. Grayscale: #808080. Windows color (decimal): -3913478 or 16402628. OLE color: 16402628.

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

Color convert

RGB19672250-
CMYK0.220.7100.02
HSL281.8º94.68%63.14%-
HSV(B)281.8º71.2%98.04%-
XYZ42.3423.2792.7-
YUV129.37196.08175.53-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.84%
GREEN value IS 72 (28.52% from 255) = 13.90%
BLUE value IS 250 (98.05% from 255) = 48.26%
R=37.84%
G=13.90%
B=48.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal196722500.220.7100.02281.894.6863.14
HexC448FA16470211a5f3f
Octal304110372261070243213777
Binary110001001001000111110101011010001110101000110101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C448FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C448FA; }

 p { color: rgb(196,72,250); }

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

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

 a { background-color: rgb(196,72,250); }

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

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

 span { border-color: rgb(196,72,250); }

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