#c438f2

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

Shades of Medium Orchid #C438F2

Tints of Medium Orchid #C438F2

Color information

#C438F2 (or 0xC438F2) is unknown color: approx Medium Orchid. HEX triplet: C4, 38 and F2. RGB value is (196,56,242). Sum of RGB (Red+Green+Blue) = 196+56+242=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 56 (22.27% from 255 or 11.34% from 494); Blue value is 242 (94.92% from 255 or 48.99% from 494); Max value from RGB is 242 - color contains mainly: blue. Hex color #C438F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C438F2 is #3BC70D. Grayscale: #767676. Windows color (decimal): -3917582 or 15874244. OLE color: 15874244.

HSL color Cylindrical-coordinate representation of color #C438F2: hue angle of 285.16º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C438F2 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19656242-
CMYK0.190.7700.05
HSL285.16º87.74%58.43%-
HSV(B)285.16º76.86%94.9%-
XYZ40.2120.9785.93-
YUV119.06197.38182.88-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.68%
GREEN value IS 56 (22.27% from 255) = 11.34%
BLUE value IS 242 (94.92% from 255) = 48.99%
R=39.68%
G=11.34%
B=48.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal196562420.190.7700.05285.1687.7458.43
HexC438F2134D0511d583a
Octal30470362231150543513072
Binary110001001110001111001010011100110101011000111011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c438f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c438f2; }

 p { color: rgb(196,56,242); }

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

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

 a { background-color: rgb(196,56,242); }

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

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

 span { border-color: rgb(196,56,242); }

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