#C445FA

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

Shades of Medium Orchid #C445FA

Tints of Medium Orchid #C445FA

Color information

#C445FA (or 0xC445FA) is unknown color: approx Medium Orchid. HEX triplet: C4, 45 and FA. RGB value is (196,69,250). Sum of RGB (Red+Green+Blue) = 196+69+250=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 69 (27.34% from 255 or 13.40% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #C445FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C445FA is #3BBA05. Grayscale: #7F7F7F. Windows color (decimal): -3914246 or 16401860. OLE color: 16401860.

HSL color Cylindrical-coordinate representation of color #C445FA: hue angle of 282.1º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C445FA is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19669250-
CMYK0.220.7200.02
HSL282.1º94.76%62.55%-
HSV(B)282.1º72.4%98.04%-
XYZ42.1522.8992.64-
YUV127.61197.08176.78-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.06%
GREEN value IS 69 (27.34% from 255) = 13.40%
BLUE value IS 250 (98.05% from 255) = 48.54%
R=38.06%
G=13.40%
B=48.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal196692500.220.7200.02282.194.7662.55
HexC445FA16480211a5f3f
Octal304105372261100243213777
Binary110001001000101111110101011010010000101000110101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C445FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C445FA; }

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

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

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

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

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

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

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

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