#C445E1

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

Shades of Medium Orchid #C445E1

Tints of Medium Orchid #C445E1

Color information

#C445E1 (or 0xC445E1) is unknown color: approx Medium Orchid. HEX triplet: C4, 45 and E1. RGB value is (196,69,225). Sum of RGB (Red+Green+Blue) = 196+69+225=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 69 (27.34% from 255 or 14.08% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 225 - color contains mainly: blue. Hex color #C445E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C445E1 is #3BBA1E. Grayscale: #7C7C7C. Windows color (decimal): -3914271 or 14763460. OLE color: 14763460.

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

Color convert

RGB19669225-
CMYK0.130.6900.12
HSL288.85º72.22%57.65%-
HSV(B)288.85º69.33%88.24%-
XYZ38.4821.4373.34-
YUV124.76184.58178.82-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40%
GREEN value IS 69 (27.34% from 255) = 14.08%
BLUE value IS 225 (88.28% from 255) = 45.92%
R=40%
G=14.08%
B=45.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal196692250.130.6900.12288.8572.2257.65
HexC445E1D450C121483a
Octal3041053411510501444111072
Binary1100010010001011110000111011000101011001001000011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C445E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C445E1; }

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

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

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

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

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

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

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

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