#C345FA

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

Shades of Medium Orchid #C345FA

Tints of Medium Orchid #C345FA

Color information

#C345FA (or 0xC345FA) is unknown color: approx Medium Orchid. HEX triplet: C3, 45 and FA. RGB value is (195,69,250). Sum of RGB (Red+Green+Blue) = 195+69+250=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 69 (27.34% from 255 or 13.42% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #C345FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C345FA is #3CBA05. Grayscale: #7E7E7E. Windows color (decimal): -3979782 or 16401859. OLE color: 16401859.

HSL color Cylindrical-coordinate representation of color #C345FA: hue angle of 281.77º 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 #C345FA is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19569250-
CMYK0.220.7200.02
HSL281.77º94.76%62.55%-
HSV(B)281.77º72.4%98.04%-
XYZ41.8922.7692.63-
YUV127.31197.24176.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.94%
GREEN value IS 69 (27.34% from 255) = 13.42%
BLUE value IS 250 (98.05% from 255) = 48.64%
R=37.94%
G=13.42%
B=48.64%

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
Decimal195692500.220.7200.02281.7794.7662.55
HexC345FA16480211a5f3f
Octal303105372261100243213777
Binary110000111000101111110101011010010000101000110101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C345FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C345FA; }

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

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

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

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

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

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

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

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