#c42ce9

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

Shades of Medium Orchid #C42CE9

Tints of Medium Orchid #C42CE9

Color information

#C42CE9 (or 0xC42CE9) is unknown color: approx Medium Orchid. HEX triplet: C4, 2C and E9. RGB value is (196,44,233). Sum of RGB (Red+Green+Blue) = 196+44+233=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 44 (17.58% from 255 or 9.30% from 473); Blue value is 233 (91.41% from 255 or 49.26% from 473); Max value from RGB is 233 - color contains mainly: blue. Hex color #C42CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42CE9 is #3BD316. Grayscale: #6E6E6E. Windows color (decimal): -3920663 or 15281348. OLE color: 15281348.

HSL color Cylindrical-coordinate representation of color #C42CE9: hue angle of 288.25º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42CE9 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19644233-
CMYK0.160.8100.09
HSL288.25º81.12%54.31%-
HSV(B)288.25º81.12%91.37%-
XYZ38.3719.4278.82-
YUV110.99196.86188.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.44%
GREEN value IS 44 (17.58% from 255) = 9.30%
BLUE value IS 233 (91.41% from 255) = 49.26%
R=41.44%
G=9.30%
B=49.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal196442330.160.8100.09288.2581.1254.31
HexC42CE91051091205136
Octal304543512012101144012166
Binary1100010010110011101001100001010001010011001000001010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c42ce9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c42ce9; }

 p { color: rgb(196,44,233); }

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

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

 a { background-color: rgb(196,44,233); }

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

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

 span { border-color: rgb(196,44,233); }

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