#C445EA

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

Shades of Medium Orchid #C445EA

Tints of Medium Orchid #C445EA

Color information

#C445EA (or 0xC445EA) is unknown color: approx Medium Orchid. HEX triplet: C4, 45 and EA. RGB value is (196,69,234). Sum of RGB (Red+Green+Blue) = 196+69+234=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 69 (27.34% from 255 or 13.83% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #C445EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C445EA is #3BBA15. Grayscale: #7D7D7D. Windows color (decimal): -3914262 or 15353284. OLE color: 15353284.

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

Color convert

RGB19669234-
CMYK0.160.7100.08
HSL286.18º79.71%59.41%-
HSV(B)286.18º70.51%91.76%-
XYZ39.7421.9379.98-
YUV125.78189.08178.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.28%
GREEN value IS 69 (27.34% from 255) = 13.83%
BLUE value IS 234 (91.80% from 255) = 46.89%
R=39.28%
G=13.83%
B=46.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal196692340.160.7100.08286.1879.7159.41
HexC445EA10470811e503b
Octal3041053522010701043612073
Binary11000100100010111101010100001000111010001000111101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C445EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C445EA; }

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

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

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

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

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

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

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

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