#C24FD4

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

Shades of Medium Orchid #C24FD4

Tints of Medium Orchid #C24FD4

Color information

#C24FD4 (or 0xC24FD4) is unknown color: approx Medium Orchid. HEX triplet: C2, 4F and D4. RGB value is (194,79,212). Sum of RGB (Red+Green+Blue) = 194+79+212=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 79 (31.25% from 255 or 16.29% from 485); Blue value is 212 (83.20% from 255 or 43.71% from 485); Max value from RGB is 212 - color contains mainly: blue. Hex color #C24FD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24FD4 is #3DB02B. Grayscale: #808080. Windows color (decimal): -4042796 or 13914050. OLE color: 13914050.

HSL color Cylindrical-coordinate representation of color #C24FD4: hue angle of 291.88º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C24FD4 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19479212-
CMYK0.080.6300.17
HSL291.88º60.73%57.06%-
HSV(B)291.88º62.74%83.14%-
XYZ36.9321.8164.55-
YUV128.55175.1174.69-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40%
GREEN value IS 79 (31.25% from 255) = 16.29%
BLUE value IS 212 (83.20% from 255) = 43.71%
R=40%
G=16.29%
B=43.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal194792120.080.6300.17291.8860.7357.06
HexC24FD483F0111243d39
Octal30211732410770214447571
Binary110000101001111110101001000111111010001100100100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24FD4; }

 p { color: rgb(194,79,212); }

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

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

 a { background-color: rgb(194,79,212); }

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

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

 span { border-color: rgb(194,79,212); }

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