#C245E9

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

Shades of Medium Orchid #C245E9

Tints of Medium Orchid #C245E9

Color information

#C245E9 (or 0xC245E9) is unknown color: approx Medium Orchid. HEX triplet: C2, 45 and E9. RGB value is (194,69,233). Sum of RGB (Red+Green+Blue) = 194+69+233=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 69 (27.34% from 255 or 13.91% from 496); Blue value is 233 (91.41% from 255 or 46.98% from 496); Max value from RGB is 233 - color contains mainly: blue. Hex color #C245E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C245E9 is #3DBA16. Grayscale: #7C7C7C. Windows color (decimal): -4045335 or 15287746. OLE color: 15287746.

HSL color Cylindrical-coordinate representation of color #C245E9: hue angle of 285.73º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C245E9 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19469233-
CMYK0.170.7000.09
HSL285.73º78.85%59.22%-
HSV(B)285.73º70.39%91.37%-
XYZ39.0821.6179.2-
YUV125.07188.91177.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.11%
GREEN value IS 69 (27.34% from 255) = 13.91%
BLUE value IS 233 (91.41% from 255) = 46.98%
R=39.11%
G=13.91%
B=46.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal194692330.170.7000.09285.7378.8559.22
HexC245E911460911e4f3b
Octal3021053512110601143611773
Binary11000010100010111101001100011000110010011000111101001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C245E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C245E9; }

 p { color: rgb(194,69,233); }

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

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

 a { background-color: rgb(194,69,233); }

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

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

 span { border-color: rgb(194,69,233); }

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