#c24bd2

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

Shades of Medium Orchid #C24BD2

Tints of Medium Orchid #C24BD2

Color information

#C24BD2 (or 0xC24BD2) is unknown color: approx Medium Orchid. HEX triplet: C2, 4B and D2. RGB value is (194,75,210). Sum of RGB (Red+Green+Blue) = 194+75+210=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 75 (29.69% from 255 or 15.66% from 479); Blue value is 210 (82.42% from 255 or 43.84% from 479); Max value from RGB is 210 - color contains mainly: blue. Hex color #C24BD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24BD2 is #3DB42D. Grayscale: #7D7D7D. Windows color (decimal): -4043822 or 13781954. OLE color: 13781954.

HSL color Cylindrical-coordinate representation of color #C24BD2: hue angle of 292.89º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C24BD2 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19475210-
CMYK0.080.6400.18
HSL292.89º60%55.88%-
HSV(B)292.89º64.29%82.35%-
XYZ36.421.1563.14-
YUV125.97175.42176.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.50%
GREEN value IS 75 (29.69% from 255) = 15.66%
BLUE value IS 210 (82.42% from 255) = 43.84%
R=40.50%
G=15.66%
B=43.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal194752100.080.6400.18292.896055.88
HexC24BD28400121253c38
Octal302113322101000224457470
Binary1100001010010111101001010001000000010010100100101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c24bd2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c24bd2; }

 p { color: rgb(194,75,210); }

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

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

 a { background-color: rgb(194,75,210); }

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

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

 span { border-color: rgb(194,75,210); }

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