#C24DDC

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

Shades of Medium Orchid #C24DDC

Tints of Medium Orchid #C24DDC

Color information

#C24DDC (or 0xC24DDC) is unknown color: approx Medium Orchid. HEX triplet: C2, 4D and DC. RGB value is (194,77,220). Sum of RGB (Red+Green+Blue) = 194+77+220=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #C24DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24DDC is #3DB223. Grayscale: #7F7F7F. Windows color (decimal): -4043300 or 14437826. OLE color: 14437826.

HSL color Cylindrical-coordinate representation of color #C24DDC: hue angle of 289.09º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C24DDC is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19477220-
CMYK0.120.6500.14
HSL289.09º67.14%58.24%-
HSV(B)289.09º65%86.27%-
XYZ37.8221.9469.95-
YUV128.28179.76174.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.51%
GREEN value IS 77 (30.47% from 255) = 15.68%
BLUE value IS 220 (86.33% from 255) = 44.81%
R=39.51%
G=15.68%
B=44.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal194772200.120.6500.14289.0967.1458.24
HexC24DDCC410E121433a
Octal3021153341410101644110372
Binary1100001010011011101110011001000001011101001000011000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24DDC; }

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

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

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

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

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

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

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

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