#C448E1

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

Shades of Medium Orchid #C448E1

Tints of Medium Orchid #C448E1

Color information

#C448E1 (or 0xC448E1) is unknown color: approx Medium Orchid. HEX triplet: C4, 48 and E1. RGB value is (196,72,225). Sum of RGB (Red+Green+Blue) = 196+72+225=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 72 (28.52% from 255 or 14.60% from 493); Blue value is 225 (88.28% from 255 or 45.64% from 493); Max value from RGB is 225 - color contains mainly: blue. Hex color #C448E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C448E1 is #3BB71E. Grayscale: #7E7E7E. Windows color (decimal): -3913503 or 14764228. OLE color: 14764228.

HSL color Cylindrical-coordinate representation of color #C448E1: hue angle of 288.63º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C448E1 is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB19672225-
CMYK0.130.6800.12
HSL288.63º71.83%58.24%-
HSV(B)288.63º68%88.24%-
XYZ38.6721.8173.4-
YUV126.52183.58177.56-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.76%
GREEN value IS 72 (28.52% from 255) = 14.60%
BLUE value IS 225 (88.28% from 255) = 45.64%
R=39.76%
G=14.60%
B=45.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal196722250.130.6800.12288.6371.8358.24
HexC448E1D440C121483a
Octal3041103411510401444111072
Binary1100010010010001110000111011000100011001001000011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C448E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C448E1; }

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

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

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

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

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

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

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

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