#C24CF2

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

Shades of Medium Orchid #C24CF2

Tints of Medium Orchid #C24CF2

Color information

#C24CF2 (or 0xC24CF2) is unknown color: approx Medium Orchid. HEX triplet: C2, 4C and F2. RGB value is (194,76,242). Sum of RGB (Red+Green+Blue) = 194+76+242=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 76 (30.08% from 255 or 14.84% from 512); Blue value is 242 (94.92% from 255 or 47.27% from 512); Max value from RGB is 242 - color contains mainly: blue. Hex color #C24CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C24CF2 is #3DB30D. Grayscale: #818181. Windows color (decimal): -4043534 or 15879362. OLE color: 15879362.

HSL color Cylindrical-coordinate representation of color #C24CF2: hue angle of 282.65º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C24CF2 is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19476242-
CMYK0.200.6900.05
HSL282.65º86.46%62.35%-
HSV(B)282.65º68.6%94.9%-
XYZ40.8623.0586.3-
YUV130.21191.09173.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.89%
GREEN value IS 76 (30.08% from 255) = 14.84%
BLUE value IS 242 (94.92% from 255) = 47.27%
R=37.89%
G=14.84%
B=47.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal194762420.200.6900.05282.6586.4662.35
HexC24CF214450511b563e
Octal302114362241050543312676
Binary1100001010011001111001010100100010101011000110111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24CF2; }

 p { color: rgb(194,76,242); }

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

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

 a { background-color: rgb(194,76,242); }

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

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

 span { border-color: rgb(194,76,242); }

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