#c449e6

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

Shades of Medium Orchid #C449E6

Tints of Medium Orchid #C449E6

Color information

#C449E6 (or 0xC449E6) is unknown color: approx Medium Orchid. HEX triplet: C4, 49 and E6. RGB value is (196,73,230). Sum of RGB (Red+Green+Blue) = 196+73+230=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 73 (28.91% from 255 or 14.63% from 499); Blue value is 230 (90.23% from 255 or 46.09% from 499); Max value from RGB is 230 - color contains mainly: blue. Hex color #C449E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C449E6 is #3BB619. Grayscale: #7F7F7F. Windows color (decimal): -3913242 or 15092164. OLE color: 15092164.

HSL color Cylindrical-coordinate representation of color #C449E6: hue angle of 287.01º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C449E6 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB19673230-
CMYK0.150.6800.10
HSL287.01º75.85%59.41%-
HSV(B)287.01º68.26%90.2%-
XYZ39.4322.2177.07-
YUV127.68185.75176.73-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.28%
GREEN value IS 73 (28.91% from 255) = 14.63%
BLUE value IS 230 (90.23% from 255) = 46.09%
R=39.28%
G=14.63%
B=46.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal196732300.150.6800.10287.0175.8559.41
HexC449E6F440A11f4c3b
Octal3041113461710401243711473
Binary1100010010010011110011011111000100010101000111111001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c449e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c449e6; }

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

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

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

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

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

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

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

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