#C347FA

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

Shades of Medium Orchid #C347FA

Tints of Medium Orchid #C347FA

Color information

#C347FA (or 0xC347FA) is unknown color: approx Medium Orchid. HEX triplet: C3, 47 and FA. RGB value is (195,71,250). Sum of RGB (Red+Green+Blue) = 195+71+250=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 71 (28.12% from 255 or 13.76% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #C347FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C347FA is #3CB805. Grayscale: #7F7F7F. Windows color (decimal): -3979270 or 16402371. OLE color: 16402371.

HSL color Cylindrical-coordinate representation of color #C347FA: hue angle of 281.56º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C347FA is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19571250-
CMYK0.220.7200.02
HSL281.56º94.71%62.94%-
HSV(B)281.56º71.6%98.04%-
XYZ42.0123.0192.67-
YUV128.48196.58175.45-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.79%
GREEN value IS 71 (28.12% from 255) = 13.76%
BLUE value IS 250 (98.05% from 255) = 48.45%
R=37.79%
G=13.76%
B=48.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal195712500.220.7200.02281.5694.7162.94
HexC347FA16480211a5f3f
Octal303107372261100243213777
Binary110000111000111111110101011010010000101000110101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C347FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C347FA; }

 p { color: rgb(195,71,250); }

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

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

 a { background-color: rgb(195,71,250); }

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

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

 span { border-color: rgb(195,71,250); }

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