#C14FF2

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

Shades of Medium Orchid #C14FF2

Tints of Medium Orchid #C14FF2

Color information

#C14FF2 (or 0xC14FF2) is unknown color: approx Medium Orchid. HEX triplet: C1, 4F and F2. RGB value is (193,79,242). Sum of RGB (Red+Green+Blue) = 193+79+242=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 79 (31.25% from 255 or 15.37% from 514); Blue value is 242 (94.92% from 255 or 47.08% from 514); Max value from RGB is 242 - color contains mainly: blue. Hex color #C14FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C14FF2 is #3EB00D. Grayscale: #838383. Windows color (decimal): -4108302 or 15880129. OLE color: 15880129.

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

Color convert

RGB19379242-
CMYK0.200.6700.05
HSL281.96º86.24%62.94%-
HSV(B)281.96º67.36%94.9%-
XYZ40.8223.3486.36-
YUV131.67190.27171.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.55%
GREEN value IS 79 (31.25% from 255) = 15.37%
BLUE value IS 242 (94.92% from 255) = 47.08%
R=37.55%
G=15.37%
B=47.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal193792420.200.6700.05281.9686.2462.94
HexC14FF214430511a563f
Octal301117362241030543212677
Binary1100000110011111111001010100100001101011000110101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14FF2; }

 p { color: rgb(193,79,242); }

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

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

 a { background-color: rgb(193,79,242); }

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

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

 span { border-color: rgb(193,79,242); }

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