#c24ee0

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

Shades of Medium Orchid #C24EE0

Tints of Medium Orchid #C24EE0

Color information

#C24EE0 (or 0xC24EE0) is unknown color: approx Medium Orchid. HEX triplet: C2, 4E and E0. RGB value is (194,78,224). Sum of RGB (Red+Green+Blue) = 194+78+224=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 78 (30.86% from 255 or 15.73% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #C24EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24EE0 is #3DB11F. Grayscale: #808080. Windows color (decimal): -4043040 or 14700226. OLE color: 14700226.

HSL color Cylindrical-coordinate representation of color #C24EE0: hue angle of 287.67º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C24EE0 is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB19478224-
CMYK0.130.6500.12
HSL287.67º70.19%59.22%-
HSV(B)287.67º65.18%87.84%-
XYZ38.4322.372.8-
YUV129.33181.43174.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.11%
GREEN value IS 78 (30.86% from 255) = 15.73%
BLUE value IS 224 (87.89% from 255) = 45.16%
R=39.11%
G=15.73%
B=45.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal194782240.130.6500.12287.6770.1959.22
HexC24EE0D410C120463b
Octal3021163401510101444010673
Binary1100001010011101110000011011000001011001001000001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c24ee0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c24ee0; }

 p { color: rgb(194,78,224); }

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

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

 a { background-color: rgb(194,78,224); }

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

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

 span { border-color: rgb(194,78,224); }

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