#C24DD7

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

Shades of Medium Orchid #C24DD7

Tints of Medium Orchid #C24DD7

Color information

#C24DD7 (or 0xC24DD7) is unknown color: approx Medium Orchid. HEX triplet: C2, 4D and D7. RGB value is (194,77,215). Sum of RGB (Red+Green+Blue) = 194+77+215=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 77 (30.47% from 255 or 15.84% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #C24DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24DD7 is #3DB228. Grayscale: #7F7F7F. Windows color (decimal): -4043305 or 14110146. OLE color: 14110146.

HSL color Cylindrical-coordinate representation of color #C24DD7: hue angle of 290.87º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C24DD7 is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19477215-
CMYK0.100.6400.16
HSL290.87º63.3%57.25%-
HSV(B)290.87º64.19%84.31%-
XYZ37.1721.6866.52-
YUV127.72177.26175.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.92%
GREEN value IS 77 (30.47% from 255) = 15.84%
BLUE value IS 215 (84.38% from 255) = 44.24%
R=39.92%
G=15.84%
B=44.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal194772150.100.6400.16290.8763.357.25
HexC24DD7A400101233f39
Octal302115327121000204437771
Binary1100001010011011101011110101000000010000100100011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24DD7; }

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

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

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

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

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

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

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

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