#C245EA

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

Shades of Medium Orchid #C245EA

Tints of Medium Orchid #C245EA

Color information

#C245EA (or 0xC245EA) is unknown color: approx Medium Orchid. HEX triplet: C2, 45 and EA. RGB value is (194,69,234). Sum of RGB (Red+Green+Blue) = 194+69+234=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 69 (27.34% from 255 or 13.88% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #C245EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C245EA is #3DBA15. Grayscale: #7C7C7C. Windows color (decimal): -4045334 or 15353282. OLE color: 15353282.

HSL color Cylindrical-coordinate representation of color #C245EA: hue angle of 285.45º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C245EA is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19469234-
CMYK0.170.7100.08
HSL285.45º79.71%59.41%-
HSV(B)285.45º70.51%91.76%-
XYZ39.2321.6779.96-
YUV125.18189.41177.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.03%
GREEN value IS 69 (27.34% from 255) = 13.88%
BLUE value IS 234 (91.80% from 255) = 47.08%
R=39.03%
G=13.88%
B=47.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal194692340.170.7100.08285.4579.7159.41
HexC245EA11470811d503b
Octal3021053522110701043512073
Binary11000010100010111101010100011000111010001000111011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C245EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C245EA; }

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

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

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

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

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

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

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

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