#c449ea

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

Shades of Medium Orchid #C449EA

Tints of Medium Orchid #C449EA

Color information

#C449EA (or 0xC449EA) is unknown color: approx Medium Orchid. HEX triplet: C4, 49 and EA. RGB value is (196,73,234). Sum of RGB (Red+Green+Blue) = 196+73+234=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 73 (28.91% from 255 or 14.51% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #C449EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C449EA is #3BB615. Grayscale: #7F7F7F. Windows color (decimal): -3913238 or 15354308. OLE color: 15354308.

HSL color Cylindrical-coordinate representation of color #C449EA: hue angle of 285.84º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C449EA is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19673234-
CMYK0.160.6900.08
HSL285.84º79.31%60.2%-
HSV(B)285.84º68.8%91.76%-
XYZ4022.4480.07-
YUV128.13187.75176.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.97%
GREEN value IS 73 (28.91% from 255) = 14.51%
BLUE value IS 234 (91.80% from 255) = 46.52%
R=38.97%
G=14.51%
B=46.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal196732340.160.6900.08285.8479.3160.2
HexC449EA10450811e4f3c
Octal3041113522010501043611774
Binary11000100100100111101010100001000101010001000111101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c449ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c449ea; }

 p { color: rgb(196,73,234); }

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

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

 a { background-color: rgb(196,73,234); }

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

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

 span { border-color: rgb(196,73,234); }

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