#C242D5

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

Shades of Medium Orchid #C242D5

Tints of Medium Orchid #C242D5

Color information

#C242D5 (or 0xC242D5) is unknown color: approx Medium Orchid. HEX triplet: C2, 42 and D5. RGB value is (194,66,213). Sum of RGB (Red+Green+Blue) = 194+66+213=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 66 (26.17% from 255 or 13.95% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #C242D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C242D5 is #3DBD2A. Grayscale: #787878. Windows color (decimal): -4046123 or 13976258. OLE color: 13976258.

HSL color Cylindrical-coordinate representation of color #C242D5: hue angle of 292.24º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C242D5 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19466213-
CMYK0.090.6900.16
HSL292.24º63.64%54.71%-
HSV(B)292.24º69.01%83.53%-
XYZ36.2120.1764.94-
YUV121.03179.91180.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.01%
GREEN value IS 66 (26.17% from 255) = 13.95%
BLUE value IS 213 (83.59% from 255) = 45.03%
R=41.01%
G=13.95%
B=45.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal194662130.090.6900.16292.2463.6454.71
HexC242D59450101244037
Octal3021023251110502044410067
Binary11000010100001011010101100110001010100001001001001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C242D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C242D5; }

 p { color: rgb(194,66,213); }

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

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

 a { background-color: rgb(194,66,213); }

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

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

 span { border-color: rgb(194,66,213); }

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