#C24DE3

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

Shades of Medium Orchid #C24DE3

Tints of Medium Orchid #C24DE3

Color information

#C24DE3 (or 0xC24DE3) is unknown color: approx Medium Orchid. HEX triplet: C2, 4D and E3. RGB value is (194,77,227). Sum of RGB (Red+Green+Blue) = 194+77+227=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 77 (30.47% from 255 or 15.46% from 498); Blue value is 227 (89.06% from 255 or 45.58% from 498); Max value from RGB is 227 - color contains mainly: blue. Hex color #C24DE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24DE3 is #3DB21C. Grayscale: #808080. Windows color (decimal): -4043293 or 14896578. OLE color: 14896578.

HSL color Cylindrical-coordinate representation of color #C24DE3: hue angle of 286.8º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C24DE3 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB19477227-
CMYK0.150.6600.11
HSL286.8º72.82%59.61%-
HSV(B)286.8º66.08%89.02%-
XYZ38.7722.3274.94-
YUV129.08183.26174.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.96%
GREEN value IS 77 (30.47% from 255) = 15.46%
BLUE value IS 227 (89.06% from 255) = 45.58%
R=38.96%
G=15.46%
B=45.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal194772270.150.6600.11286.872.8259.61
HexC24DE3F420B11f493c
Octal3021153431710201343711174
Binary1100001010011011110001111111000010010111000111111001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24DE3; }

 p { color: rgb(194,77,227); }

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

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

 a { background-color: rgb(194,77,227); }

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

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

 span { border-color: rgb(194,77,227); }

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