#C246F3

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

Shades of Medium Orchid #C246F3

Tints of Medium Orchid #C246F3

Color information

#C246F3 (or 0xC246F3) is unknown color: approx Medium Orchid. HEX triplet: C2, 46 and F3. RGB value is (194,70,243). Sum of RGB (Red+Green+Blue) = 194+70+243=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 70 (27.73% from 255 or 13.81% from 507); Blue value is 243 (95.31% from 255 or 47.93% from 507); Max value from RGB is 243 - color contains mainly: blue. Hex color #C246F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C246F3 is #3DB90C. Grayscale: #7E7E7E. Windows color (decimal): -4045069 or 15943362. OLE color: 15943362.

HSL color Cylindrical-coordinate representation of color #C246F3: hue angle of 283.01º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C246F3 is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19470243-
CMYK0.200.7100.05
HSL283.01º87.82%61.37%-
HSV(B)283.01º71.19%95.29%-
XYZ40.6222.3286.96-
YUV126.8193.58175.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.26%
GREEN value IS 70 (27.73% from 255) = 13.81%
BLUE value IS 243 (95.31% from 255) = 47.93%
R=38.26%
G=13.81%
B=47.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal194702430.200.7100.05283.0187.8261.37
HexC246F314470511b583d
Octal302106363241070543313075
Binary1100001010001101111001110100100011101011000110111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C246F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C246F3; }

 p { color: rgb(194,70,243); }

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

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

 a { background-color: rgb(194,70,243); }

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

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

 span { border-color: rgb(194,70,243); }

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