#c244ed

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

Shades of Medium Orchid #C244ED

Tints of Medium Orchid #C244ED

Color information

#C244ED (or 0xC244ED) is unknown color: approx Medium Orchid. HEX triplet: C2, 44 and ED. RGB value is (194,68,237). Sum of RGB (Red+Green+Blue) = 194+68+237=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 68 (26.95% from 255 or 13.63% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #C244ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C244ED is #3DBB12. Grayscale: #7C7C7C. Windows color (decimal): -4045587 or 15549634. OLE color: 15549634.

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

Color convert

RGB19468237-
CMYK0.180.7100.07
HSL284.73º82.44%59.8%-
HSV(B)284.73º71.31%92.94%-
XYZ39.621.7282.23-
YUV124.94191.24177.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.88%
GREEN value IS 68 (26.95% from 255) = 13.63%
BLUE value IS 237 (92.97% from 255) = 47.49%
R=38.88%
G=13.63%
B=47.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal194682370.180.7100.07284.7382.4459.8
HexC244ED12470711d523c
Octal302104355221070743512274
Binary1100001010001001110110110010100011101111000111011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c244ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c244ed; }

 p { color: rgb(194,68,237); }

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

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

 a { background-color: rgb(194,68,237); }

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

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

 span { border-color: rgb(194,68,237); }

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