#C448F3

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

Shades of Medium Orchid #C448F3

Tints of Medium Orchid #C448F3

Color information

#C448F3 (or 0xC448F3) is unknown color: approx Medium Orchid. HEX triplet: C4, 48 and F3. RGB value is (196,72,243). Sum of RGB (Red+Green+Blue) = 196+72+243=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 72 (28.52% from 255 or 14.09% from 511); Blue value is 243 (95.31% from 255 or 47.55% from 511); Max value from RGB is 243 - color contains mainly: blue. Hex color #C448F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C448F3 is #3BB70C. Grayscale: #808080. Windows color (decimal): -3913485 or 15943876. OLE color: 15943876.

HSL color Cylindrical-coordinate representation of color #C448F3: hue angle of 283.51º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C448F3 is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19672243-
CMYK0.190.7000.05
HSL283.51º87.69%61.76%-
HSV(B)283.51º70.37%95.29%-
XYZ41.2622.8487.03-
YUV128.57192.58176.1-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.36%
GREEN value IS 72 (28.52% from 255) = 14.09%
BLUE value IS 243 (95.31% from 255) = 47.55%
R=38.36%
G=14.09%
B=47.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal196722430.190.7000.05283.5187.6961.76
HexC448F313460511c583e
Octal304110363231060543413076
Binary1100010010010001111001110011100011001011000111001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C448F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C448F3; }

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

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

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

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

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

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

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

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