#C24CFF

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

Shades of Medium Orchid #C24CFF

Tints of Medium Orchid #C24CFF

Color information

#C24CFF (or 0xC24CFF) is unknown color: approx Medium Orchid. HEX triplet: C2, 4C and FF. RGB value is (194,76,255). Sum of RGB (Red+Green+Blue) = 194+76+255=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 76 (30.08% from 255 or 14.48% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #C24CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C24CFF is #3DB300. Grayscale: #838383. Windows color (decimal): -4043521 or 16731330. OLE color: 16731330.

HSL color Cylindrical-coordinate representation of color #C24CFF: hue angle of 279.55º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C24CFF is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB19476255-
CMYK0.240.7000
HSL279.55º100%64.9%-
HSV(B)279.55º70.2%100%-
XYZ42.8823.8696.95-
YUV131.69197.59172.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.95%
GREEN value IS 76 (30.08% from 255) = 14.48%
BLUE value IS 255 (100% from 255) = 48.57%
R=36.95%
G=14.48%
B=48.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal194762550.240.7000279.5510064.9
HexC24CFF1846001186441
Octal3021143773010600430144101
Binary110000101001100111111111100010001100010001100011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24CFF; }

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

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

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

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

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

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

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

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