#C241E5

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

Shades of Medium Orchid #C241E5

Tints of Medium Orchid #C241E5

Color information

#C241E5 (or 0xC241E5) is unknown color: approx Medium Orchid. HEX triplet: C2, 41 and E5. RGB value is (194,65,229). Sum of RGB (Red+Green+Blue) = 194+65+229=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 229 - color contains mainly: blue. Hex color #C241E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C241E5 is #3DBE1A. Grayscale: #797979. Windows color (decimal): -4046363 or 15024578. OLE color: 15024578.

HSL color Cylindrical-coordinate representation of color #C241E5: hue angle of 287.2º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C241E5 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB19465229-
CMYK0.150.7200.10
HSL287.2º75.93%57.65%-
HSV(B)287.2º71.62%89.8%-
XYZ38.2820.9176.15-
YUV122.27188.24179.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.75%
GREEN value IS 65 (25.78% from 255) = 13.32%
BLUE value IS 229 (89.84% from 255) = 46.93%
R=39.75%
G=13.32%
B=46.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal194652290.150.7200.10287.275.9357.65
HexC241E5F480A11f4c3a
Octal3021013451711001243711472
Binary1100001010000011110010111111001000010101000111111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C241E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C241E5; }

 p { color: rgb(194,65,229); }

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

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

 a { background-color: rgb(194,65,229); }

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

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

 span { border-color: rgb(194,65,229); }

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