#C245E8

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

Shades of Medium Orchid #C245E8

Tints of Medium Orchid #C245E8

Color information

#C245E8 (or 0xC245E8) is unknown color: approx Medium Orchid. HEX triplet: C2, 45 and E8. RGB value is (194,69,232). Sum of RGB (Red+Green+Blue) = 194+69+232=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 69 (27.34% from 255 or 13.94% from 495); Blue value is 232 (91.02% from 255 or 46.87% from 495); Max value from RGB is 232 - color contains mainly: blue. Hex color #C245E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C245E8 is #3DBA17. Grayscale: #7C7C7C. Windows color (decimal): -4045336 or 15222210. OLE color: 15222210.

HSL color Cylindrical-coordinate representation of color #C245E8: hue angle of 286.01º degrees, saturation: 0.78, 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 #C245E8 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19469232-
CMYK0.160.7000.09
HSL286.01º77.99%59.02%-
HSV(B)286.01º70.26%90.98%-
XYZ38.9421.5578.45-
YUV124.96188.41177.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.19%
GREEN value IS 69 (27.34% from 255) = 13.94%
BLUE value IS 232 (91.02% from 255) = 46.87%
R=39.19%
G=13.94%
B=46.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal194692320.160.7000.09286.0177.9959.02
HexC245E810460911e4e3b
Octal3021053502010601143611673
Binary11000010100010111101000100001000110010011000111101001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C245E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C245E8; }

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

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

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

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

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

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

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

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