#C248F6

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

Shades of Medium Orchid #C248F6

Tints of Medium Orchid #C248F6

Color information

#C248F6 (or 0xC248F6) is unknown color: approx Medium Orchid. HEX triplet: C2, 48 and F6. RGB value is (194,72,246). Sum of RGB (Red+Green+Blue) = 194+72+246=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 72 (28.52% from 255 or 14.06% from 512); Blue value is 246 (96.48% from 255 or 48.05% from 512); Max value from RGB is 246 - color contains mainly: blue. Hex color #C248F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C248F6 is #3DB709. Grayscale: #7F7F7F. Windows color (decimal): -4044554 or 16140482. OLE color: 16140482.

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

Color convert

RGB19472246-
CMYK0.210.7100.04
HSL282.07º90.62%62.35%-
HSV(B)282.07º70.73%96.47%-
XYZ41.222.7689.41-
YUV128.31194.42174.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.89%
GREEN value IS 72 (28.52% from 255) = 14.06%
BLUE value IS 246 (96.48% from 255) = 48.05%
R=37.89%
G=14.06%
B=48.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal194722460.210.7100.04282.0790.6262.35
HexC248F615470411a5b3e
Octal302110366251070443213376
Binary1100001010010001111011010101100011101001000110101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C248F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C248F6; }

 p { color: rgb(194,72,246); }

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

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

 a { background-color: rgb(194,72,246); }

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

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

 span { border-color: rgb(194,72,246); }

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