#C243F5

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

Shades of Medium Orchid #C243F5

Tints of Medium Orchid #C243F5

Color information

#C243F5 (or 0xC243F5) is unknown color: approx Medium Orchid. HEX triplet: C2, 43 and F5. RGB value is (194,67,245). Sum of RGB (Red+Green+Blue) = 194+67+245=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 67 (26.56% from 255 or 13.24% from 506); Blue value is 245 (96.09% from 255 or 48.42% from 506); Max value from RGB is 245 - color contains mainly: blue. Hex color #C243F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C243F5 is #3DBC0A. Grayscale: #7C7C7C. Windows color (decimal): -4045835 or 16073666. OLE color: 16073666.

HSL color Cylindrical-coordinate representation of color #C243F5: hue angle of 282.81º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C243F5 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19467245-
CMYK0.210.7300.04
HSL282.81º89.9%61.18%-
HSV(B)282.81º72.65%96.08%-
XYZ40.7422.0888.5-
YUV125.27195.58177.03-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.34%
GREEN value IS 67 (26.56% from 255) = 13.24%
BLUE value IS 245 (96.09% from 255) = 48.42%
R=38.34%
G=13.24%
B=48.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal194672450.210.7300.04282.8189.961.18
HexC243F515490411b5a3d
Octal302103365251110443313275
Binary1100001010000111111010110101100100101001000110111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C243F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C243F5; }

 p { color: rgb(194,67,245); }

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

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

 a { background-color: rgb(194,67,245); }

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

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

 span { border-color: rgb(194,67,245); }

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